This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via fc7d153f062440dd637bf4722afb2848ea7ae35c (commit) via 0a478d33513c0c6edae9492f10b96820abe573d9 (commit) via dbd3392c8a15046ab0a5383bea5a63b04e9e9fcb (commit) from 841e825e7ba07fd704c2ccd1601a2a2237576884 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit fc7d153f062440dd637bf4722afb2848ea7ae35c Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jan 22 23:48:47 2011 +0100
Remove core-updates from pakfire cache.
commit 0a478d33513c0c6edae9492f10b96820abe573d9 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jan 22 23:48:21 2011 +0100
Fix outgoingfw.pl is not executable.
commit dbd3392c8a15046ab0a5383bea5a63b04e9e9fcb Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jan 22 23:47:41 2011 +0100
Remove some addon cronjobs from iso.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/fcron | 18 ++++++++++++------ config/rootfiles/core/45/update.sh | 3 +++ lfs/configroot | 3 +++ lfs/fcron | 9 +++++++++ 4 files changed, 27 insertions(+), 6 deletions(-)
Difference in files: diff --git a/config/rootfiles/common/fcron b/config/rootfiles/common/fcron index cf34afc..b3a1c49 100644 --- a/config/rootfiles/common/fcron +++ b/config/rootfiles/common/fcron @@ -1,12 +1,18 @@ etc/fcron.allow etc/fcron.conf -etc/fcron.cyclic -etc/fcron.daily +#etc/fcron.cyclic +etc/fcron.cyclic/info.txt +#etc/fcron.daily +etc/fcron.daily/info.txt etc/fcron.deny -etc/fcron.hourly -etc/fcron.minutely -etc/fcron.monthly -etc/fcron.weekly +#etc/fcron.hourly +etc/fcron.hourly/info.txt +#etc/fcron.minutely +etc/fcron.minutely/info.txt +#etc/fcron.monthly +etc/fcron.monthly/info.txt +#etc/fcron.weekly +etc/fcron.weekly/info.txt usr/bin/fcronsighup usr/bin/fcrontab usr/sbin/fcron diff --git a/config/rootfiles/core/45/update.sh b/config/rootfiles/core/45/update.sh index 80201c5..582bd82 100644 --- a/config/rootfiles/core/45/update.sh +++ b/config/rootfiles/core/45/update.sh @@ -25,6 +25,9 @@ /usr/local/bin/backupctrl exclude >/dev/null 2>&1
# +# Remove core updates from pakfire cache to save space... +rm -f /var/cache/pakfire core-upgrade-*.ipfire +# #Stop services echo Stopping Proxy /etc/init.d/squid stop 2>/dev/null diff --git a/lfs/configroot b/lfs/configroot index ff1a206..43c2d21 100644 --- a/lfs/configroot +++ b/lfs/configroot @@ -139,4 +139,7 @@ $(TARGET) : done chown root:nobody $(CONFIG_ROOT)/dhcpc
+ # Set outgoingfw.pl executable + chmod 755 $(CONFIG_ROOT)/outgoing/bin/outgoingfw.pl + @$(POSTBUILD) diff --git a/lfs/fcron b/lfs/fcron index 5cf9cc5..38343d4 100644 --- a/lfs/fcron +++ b/lfs/fcron @@ -93,6 +93,15 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) chmod u-s /usr/bin/fcrontab /usr/bin/fcronsighup mkdir -p /etc/fcron.minutely /etc/fcron.cyclic /etc/fcron.hourly \ /etc/fcron.daily /etc/fcron.weekly /etc/fcron.monthly + + #Create Placeholder files + echo "Place scripts run minutely here ..." > /etc/fcron.minutely/info.txt + echo "Place scripts run cyclic here ..." > /etc/fcron.cyclic/info.txt + echo "Place scripts run hourly here ..." > /etc/fcron.hourly/info.txt + echo "Place scripts run daily here ..." > /etc/fcron.daily/info.txt + echo "Place scripts run weekly here ..." > /etc/fcron.weekly/info.txt + echo "Place scripts run monthly here ..." > /etc/fcron.monthly/info.txt + /usr/bin/fcrontab $(DIR_SRC)/config/cron/crontab @rm -rf $(DIR_APP) @$(POSTBUILD)
hooks/post-receive -- IPFire 2.x development tree