slitaz-base-files rev 97
daemons.conf: add busybox missing daemons
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Jun 06 00:46:47 2011 +0200 (2011-06-06) |
parents | 271a5320559e |
children | eb433e128f07 |
files | rootfs/etc/daemons.conf |
line diff
1.1 --- a/rootfs/etc/daemons.conf Tue Apr 26 15:01:01 2011 +0200 1.2 +++ b/rootfs/etc/daemons.conf Mon Jun 06 00:46:47 2011 +0200 1.3 @@ -28,3 +28,9 @@ 1.4 1.5 # Super server options 1.6 INETD_OPTIONS="" 1.7 + 1.8 +# Tftp daemon options. 1.9 +TFTPD_OPTIONS="-r /boot" 1.10 + 1.11 +# Busybox HTTP web server options. 1.12 +HTTPD_OPTIONS="-u www"