From ddd79c628afc8b6678d9ae8bd74df02b8d6d1925 Mon Sep 17 00:00:00 2001
From: Leigh B Stoller <stoller@flux.utah.edu>
Date: Thu, 17 Jan 2013 07:15:29 -0700
Subject: [PATCH] Create /usr/testbed/log/logfiles ...

---
 GNUmakefile.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/GNUmakefile.in b/GNUmakefile.in
index ac7d122c43..fcafb2a6ad 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2000-2012 University of Utah and the Flux Group.
+# Copyright (c) 2000-2013 University of Utah and the Flux Group.
 # 
 # {{{EMULAB-LICENSE
 # 
@@ -146,6 +146,8 @@ ops-install:
 	-chmod 770 $(INSTALL_TOPDIR)/log/mysql
 	-chown mysql $(INSTALL_TOPDIR)/log/mysql
 	-chgrp mysql $(INSTALL_TOPDIR)/log/mysql
+	-mkdir -p $(INSTALL_TOPDIR)/log/logfiles
+	-chmod 777 $(INSTALL_TOPDIR)/log/logfiles
 	@$(MAKE) -C rc.d control-install
 	@$(MAKE) -C tbsetup control-install
 	@$(MAKE) -C security control-install
-- 
GitLab