slitaz-base-files rev 2

Added crond opts to daemons.conf
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 06 19:25:44 2008 +0100 (2008-01-06)
parents fa9892f72cae
children c13e95a2c52c
files rootfs/etc/daemons.conf
line diff
     1.1 --- a/rootfs/etc/daemons.conf	Mon Dec 24 18:26:55 2007 +0100
     1.2 +++ b/rootfs/etc/daemons.conf	Sun Jan 06 19:25:44 2008 +0100
     1.3 @@ -14,3 +14,5 @@
     1.4  # Rsync daemon options.
     1.5  RSYNCD_OPTIONS="--daemon"
     1.6  
     1.7 +# Cron daemon options.
     1.8 +CROND_OPTIONS="-b"