diff options
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="" - |