commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r6434 - trunk/www/utils/sbin


From: jcater
Subject: r6434 - trunk/www/utils/sbin
Date: Thu, 30 Sep 2004 13:28:55 -0500 (CDT)

Author: jcater
Date: 2004-09-30 13:28:54 -0500 (Thu, 30 Sep 2004)
New Revision: 6434

Modified:
   trunk/www/utils/sbin/README
Log:
added more notes

Modified: trunk/www/utils/sbin/README
===================================================================
--- trunk/www/utils/sbin/README 2004-09-30 18:10:50 UTC (rev 6433)
+++ trunk/www/utils/sbin/README 2004-09-30 18:28:54 UTC (rev 6434)
@@ -6,4 +6,12 @@
    repository and /var/www/.
  * The gnue user's home is /usr/local/gnue-sandbox, but scripts probably 
    shouldn't assume this (just in case...)
+ * Prior to this being run, a script on ash ensures that related directories
+   are all owned by gnue and have group read+write permissions. 
 
+     # find /var/www -type d -exec chmod 2775 "{}" \;
+     # find /var/www -type f -exec chmod 664 "{}" \;
+     # chown -R gnue:gnue /usr/local/gnue-sandbox
+     # chown -R gnue:www-users /var/www
+     # chown -R gnue /var/lib/twiki/templates
+





reply via email to

[Prev in Thread] Current Thread [Next in Thread]