Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 18996 invoked from network); 19 Oct 2005 05:17:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Oct 2005 05:17:21 -0000 Received: (qmail 59051 invoked by uid 500); 19 Oct 2005 05:17:20 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 58981 invoked by uid 500); 19 Oct 2005 05:17:20 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 58970 invoked by uid 99); 19 Oct 2005 05:17:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2005 22:17:19 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 18 Oct 2005 22:17:18 -0700 Received: (qmail 18915 invoked by uid 65534); 19 Oct 2005 05:16:57 -0000 Message-ID: <20051019051657.18914.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r326396 - in /forrest/zone/config: forrestbot-trunk-stable/forrestbot.sh forrestbot-trunk/forrestbot.sh update-forrest-trunk.sh Date: Wed, 19 Oct 2005 05:16:57 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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