summaryrefslogtreecommitdiff
path: root/cfengine/cf.services.dhcp
diff options
context:
space:
mode:
authorJuri Jensen <juri@xenux.dk>2002-01-11 11:09:59 +0000
committerJuri Jensen <juri@xenux.dk>2002-01-11 11:09:59 +0000
commit001d636a7ffbe320bec8cd8a04e88a28a4b40c0e (patch)
tree1d09e405c77d6ebde55e53b1afd8df556f270dc9 /cfengine/cf.services.dhcp
parent8e0c7f78c692ba57a2a9c0d4af1581e80c4c8fcd (diff)
cfengine: Corrected some typos. Also changed a site name.
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"