summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskari Pirhonen <xxc3ncoredxx@gmail.com>2023-12-23 00:10:10 -0600
committerSam James <sam@gentoo.org>2024-02-18 11:24:23 +0000
commitc2f15f15380093ee5bd4816413ea282a7a5e3005 (patch)
treef72844ed7a897bbe349fb20414c198e7b6288183 /net-misc
parentnet-misc/dhcp: update EAPI 7 -> 8, use HTTPS for SRC_URI (diff)
downloadgentoo-c2f15f15380093ee5bd4816413ea282a7a5e3005.tar.gz
gentoo-c2f15f15380093ee5bd4816413ea282a7a5e3005.tar.bz2
gentoo-c2f15f15380093ee5bd4816413ea282a7a5e3005.zip
net-misc/dhcp: update DHCPD_CONF comment
Update the comment for the `DHCPD_CONF` variable in the OpenRC service config file to reflect how the default dhcpd config file is actually chosen. Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/dhcp/files/dhcpd.conf24
1 files changed, 3 insertions, 1 deletions
diff --git a/net-misc/dhcp/files/dhcpd.conf2 b/net-misc/dhcp/files/dhcpd.conf2
index 5cd2eeca3f71..ac173f8a3576 100644
--- a/net-misc/dhcp/files/dhcpd.conf2
+++ b/net-misc/dhcp/files/dhcpd.conf2
@@ -16,7 +16,9 @@
# All file paths below are relative to the chroot.
# You can specify a different chroot directory but MAKE SURE it's empty.
-# Specify a configuration file - the default is /etc/dhcp/dhcpd.conf
+# Specify a configuration file - the default is based on the service name,
+# so dhcpd would use /etc/dhcp/dhcpd.conf and dhcpd.foo would use
+# /etc/dhcp/dhcpd.foo.conf
# DHCPD_CONF="/etc/dhcp/dhcpd.conf"
# Configure which interface or interfaces to for dhcpd to listen on.