From: <abe...@us...> - 2015-08-29 14:35:19
|
Revision: 7232 http://sourceforge.net/p/astlinux/code/7232 Author: abelbeck Date: 2015-08-29 14:35:17 +0000 (Sat, 29 Aug 2015) Log Message: ----------- crond, set Fossil daily auto-commit to just before midnight so the Fossil Timeline has the same date as the changes Modified Paths: -------------- branches/1.0/project/astlinux/target_skeleton/etc/init.d/crond Modified: branches/1.0/project/astlinux/target_skeleton/etc/init.d/crond =================================================================== --- branches/1.0/project/astlinux/target_skeleton/etc/init.d/crond 2015-08-26 17:38:31 UTC (rev 7231) +++ branches/1.0/project/astlinux/target_skeleton/etc/init.d/crond 2015-08-29 14:35:17 UTC (rev 7232) @@ -27,7 +27,7 @@ echo " ## ## Fossil daily auto-commit - Do not remove, un-comment to enable -#5 4 * * * /usr/bin/fossil-commit >/dev/null 2>&1" >> /var/spool/cron/crontabs/root +#55 23 * * * /usr/bin/fossil-commit >/dev/null 2>&1" >> /var/spool/cron/crontabs/root fi fi } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |