diff options
author | Juri Jensen <juri@xenux.dk> | 2002-01-11 11:09:59 +0000 |
---|---|---|
committer | Juri Jensen <juri@xenux.dk> | 2002-01-11 11:09:59 +0000 |
commit | 001d636a7ffbe320bec8cd8a04e88a28a4b40c0e (patch) | |
tree | 1d09e405c77d6ebde55e53b1afd8df556f270dc9 | |
parent | 8e0c7f78c692ba57a2a9c0d4af1581e80c4c8fcd (diff) |
cfengine: Corrected some typos. Also changed a site name.
-rw-r--r-- | cfengine/cf.groups.xenux | 2 | ||||
-rw-r--r-- | cfengine/cf.services.dhcp | 4 | ||||
-rw-r--r-- | cfengine/cf.site.xenux | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/cfengine/cf.groups.xenux b/cfengine/cf.groups.xenux index 7d478f8..80d6b98 100644 --- a/cfengine/cf.groups.xenux +++ b/cfengine/cf.groups.xenux @@ -26,7 +26,7 @@ groups: # MailClient_xenux = ( ) # wol_xenux = ( ) - cc_xenux = ( raatstof ) + cc_xenux = ( raatstof mogl-firewall mogl-filer ) # tdk_xenux = ( ) wp_xenux = ( oin www bilbo orcrist smaug beorn ) # dnai_xenux = ( ) 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" diff --git a/cfengine/cf.site.xenux b/cfengine/cf.site.xenux index 45b9089..cfa5f65 100644 --- a/cfengine/cf.site.xenux +++ b/cfengine/cf.site.xenux @@ -34,7 +34,7 @@ control: domain = ( mogensen.com ) sysadm = ( root@mogensen.com ) raatstof:: # Radio Råtstof - site = ( raatstof ) + site = ( radio-raatstof ) domain = ( raatstof.local ) sysadm = ( postmaster@raatstof.dk ) |