[Assorted-commits] SF.net SVN: assorted: [796] configs/trunk/setup-cron.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-13 07:31:15
|
Revision: 796 http://assorted.svn.sourceforge.net/assorted/?rev=796&view=rev Author: yangzhang Date: 2008-05-13 00:31:00 -0700 (Tue, 13 May 2008) Log Message: ----------- check prereqs in setup-cron Modified Paths: -------------- configs/trunk/setup-cron.bash Modified: configs/trunk/setup-cron.bash =================================================================== --- configs/trunk/setup-cron.bash 2008-05-13 07:30:41 UTC (rev 795) +++ configs/trunk/setup-cron.bash 2008-05-13 07:31:00 UTC (rev 796) @@ -13,6 +13,14 @@ install .cron/ cron/!(crontab) +silence type duplicity +silence type gbookmark2delicious.py +[ -f ~/.gbookmark2delicious.auth ] +silence type mlf.py +[ -f ~/.mlf.auth ] +silence type mysqldump +[ -f ~/.y_z.cnf ] + if ! silence crontab -l then crontab - < crontab else warn "crontab already exists; not overwriting." This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |