You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/10/19 07:16:57 UTC

svn commit: r326396 - in /forrest/zone/config: forrestbot-trunk-stable/forrestbot.sh forrestbot-trunk/forrestbot.sh update-forrest-trunk.sh

Author: crossley
Date: Tue Oct 18 22:16:51 2005
New Revision: 326396

URL: http://svn.apache.org/viewcvs?rev=326396&view=rev
Log:
The umask needs to be explicitly set when scripts are called via cron.

Modified:
    forrest/zone/config/forrestbot-trunk-stable/forrestbot.sh
    forrest/zone/config/forrestbot-trunk/forrestbot.sh
    forrest/zone/config/update-forrest-trunk.sh

Modified: forrest/zone/config/forrestbot-trunk-stable/forrestbot.sh
URL: http://svn.apache.org/viewcvs/forrest/zone/config/forrestbot-trunk-stable/forrestbot.sh?rev=326396&r1=326395&r2=326396&view=diff
==============================================================================
--- forrest/zone/config/forrestbot-trunk-stable/forrestbot.sh (original)
+++ forrest/zone/config/forrestbot-trunk-stable/forrestbot.sh Tue Oct 18 22:16:51 2005
@@ -6,6 +6,7 @@
 source ${CONFIG}/setenv.sh
 source ${CONFIG}/setenv-java-14.sh
 source ${CONFIG}/setenv-forrest-trunk-stable.sh
+umask 0002
 
 site=${2%.xml}
 

Modified: forrest/zone/config/forrestbot-trunk/forrestbot.sh
URL: http://svn.apache.org/viewcvs/forrest/zone/config/forrestbot-trunk/forrestbot.sh?rev=326396&r1=326395&r2=326396&view=diff
==============================================================================
--- forrest/zone/config/forrestbot-trunk/forrestbot.sh (original)
+++ forrest/zone/config/forrestbot-trunk/forrestbot.sh Tue Oct 18 22:16:51 2005
@@ -6,6 +6,7 @@
 source ${CONFIG}/setenv.sh
 source ${CONFIG}/setenv-java-14.sh
 source ${CONFIG}/setenv-forrest-trunk.sh
+umask 0002
 
 site=${2%.xml}
 

Modified: forrest/zone/config/update-forrest-trunk.sh
URL: http://svn.apache.org/viewcvs/forrest/zone/config/update-forrest-trunk.sh?rev=326396&r1=326395&r2=326396&view=diff
==============================================================================
--- forrest/zone/config/update-forrest-trunk.sh (original)
+++ forrest/zone/config/update-forrest-trunk.sh Tue Oct 18 22:16:51 2005
@@ -4,6 +4,7 @@
 
 source /export/home/config/setenv.sh
 source /export/home/config/setenv-java-14.sh
+umask 0002
 
 logfile=${CONFIG}/update-forrest-trunk.log
 sender=dev\@forrest.apache.org