Author: coar
Date: Mon Mar 15 13:18:04 2010
New Revision: 923209
URL: http://svn.apache.org/viewvc?rev=923209&view=rev
Log:
Fix mbox file perms
Modified:
labs/pulse/cron.d/vet-perms.root.sh
Modified: labs/pulse/cron.d/vet-perms.root.sh
URL:
http://svn.apache.org/viewvc/labs/pulse/cron.d/vet-perms.root.sh?rev=923209&r1=923208&r2=923209&view=diff
==============================================================================
--- labs/pulse/cron.d/vet-perms.root.sh (original)
+++ labs/pulse/cron.d/vet-perms.root.sh Mon Mar 15 13:18:04 2010
@@ -21,7 +21,7 @@ chmod -R 775 $DATA_DIR
touch $PULSE_DIR/data/raw.mbox
chown $MTA_USER.$PULSE_GROUP $PULSE_DIR/data/raw.mbox
-chmod 770 $PULSE_DIR/data/raw.mbox
+chmod 660 $PULSE_DIR/data/raw.mbox
#
# Make sure the directory is accessible to the user creating the Web pages.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]