diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 09:04:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 09:04:44 +0000 |
commit | 078a07c625c43f7c5c16565657af99bf3377b352 (patch) | |
tree | 25aa1967d39feb0c610d3ca6ffd8d8ddc98e4a9b /main/dhcp/dhcpd.confd | |
parent | e869f125391b49ed53f2a24eac18fa79bae01bc5 (diff) | |
download | aports-078a07c625c43f7c5c16565657af99bf3377b352.tar.bz2 aports-078a07c625c43f7c5c16565657af99bf3377b352.tar.xz |
main/dhcp: replace opts in init.d script
ref #943
Diffstat (limited to 'main/dhcp/dhcpd.confd')
-rw-r--r-- | main/dhcp/dhcpd.confd | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/main/dhcp/dhcpd.confd b/main/dhcp/dhcpd.confd index df09ec7082..5cd2eeca3f 100644 --- a/main/dhcp/dhcpd.confd +++ b/main/dhcp/dhcpd.confd @@ -11,9 +11,8 @@ # See the pid-file-name option in the dhcpd.conf man page for details. # If you wish to run dhcpd in a chroot, uncomment the following line -# DHCPD_CHROOT="/chroot/dhcp" +# DHCPD_CHROOT="/var/lib/dhcp/chroot" -# Then run emerge dhcp --config # All file paths below are relative to the chroot. # You can specify a different chroot directory but MAKE SURE it's empty. @@ -27,4 +26,3 @@ # Insert any other dhcpd options - see the man page for a full list. # DHCPD_OPTS="" - |