summaryrefslogtreecommitdiff
path: root/cfengine/cf.services.dhcp
diff options
context:
space:
mode:
Diffstat (limited to 'cfengine/cf.services.dhcp')
-rw-r--r--cfengine/cf.services.dhcp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfengine/cf.services.dhcp b/cfengine/cf.services.dhcp
index 89e5e9a..a4e78d2 100644
--- a/cfengine/cf.services.dhcp
+++ b/cfengine/cf.services.dhcp
@@ -13,7 +13,7 @@ editfiles:
EndGroup
DefineClasses "dhcpd_reload"
}
- { /etc/dhcp.conf
+ { /etc/dhcpd.conf
#
# We don't make the dhcp.conf dynamically, but instead we copy the contents
# of a master file, but only if it's newer than the one installed.
@@ -21,7 +21,7 @@ editfiles:
BeginGroupIfFileIsNewer "/etc/local-COMMON/dhcpd.conf.$(site)"
AutoCreate
EmptyEntireFilePlease
- InsertFile "/etc/local-COMMON/dhcp.conf.$(site)"
+ InsertFile "/etc/local-COMMON/dhcpd.conf.$(site)"
Append "# Edited by cfengine $(date)"
EndGroup
DefineClasses "dhcpd_reload"