slitaz-base-files rev 22

daemons.conf: add tftpd and dnsd options
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 08 08:12:40 2008 +0000 (2008-04-08)
parents 287e3d41cf16
children b137df192fc4
files rootfs/etc/daemons.conf
line diff
     1.1 --- a/rootfs/etc/daemons.conf	Fri Apr 04 16:45:24 2008 +0200
     1.2 +++ b/rootfs/etc/daemons.conf	Tue Apr 08 08:12:40 2008 +0000
     1.3 @@ -16,3 +16,10 @@
     1.4  
     1.5  # Cron daemon options.
     1.6  CROND_OPTIONS="-b"
     1.7 +
     1.8 +# Tftp daemon options.
     1.9 +TFTPD_OPTIONS="-r /boot"
    1.10 +
    1.11 +# Domain name server options.
    1.12 +DNSD_OPTIONS="-d"
    1.13 +