diff options
author | Klaus Agnoletti <klaus@xenux.dk> | 2002-02-06 12:12:02 +0000 |
---|---|---|
committer | Klaus Agnoletti <klaus@xenux.dk> | 2002-02-06 12:12:02 +0000 |
commit | 356152177354c73ddfa58e031afe4a2f04333df0 (patch) | |
tree | 47f40238cdd1cd20135847b247e346d365306b5e | |
parent | 453fb3367e394670eb3fef500f7156580f89b915 (diff) |
* Fixing copy/paste error from previous file
-rw-r--r-- | cfengine/cf.services.file | 11 | ||||
-rw-r--r-- | dhcpd.conf.sagahus | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/cfengine/cf.services.file b/cfengine/cf.services.file index 549f485..a5abd28 100644 --- a/cfengine/cf.services.file +++ b/cfengine/cf.services.file @@ -178,6 +178,17 @@ editfiles: BeginGroupIfNoMatch "^[[:blank:]]*preferred master[[:blank:]]*=[[:blank:]]*yes[[:blank:]]*" InsertLine ' preferred master = yes' EndGroup + # + # character set = ISO8859-1 + # + LocateLineMatching "^[;[:blank:]]*character set[[:blank:]]*=.*" + BeginGroupIfNoLineMatching "^[[:blank:]]*character set[[:blank:]]*=[[:blank:]]*ISO8859-1[[:blank:]]*" + ReplaceLineWith ' character set = ISO8859-1' + EndGroup + CatchAbort + BeginGroupIfNoMatch "^[[:blank:]]*character set[[:blank:]]*=[[:blank:]]*ISO8859-1[[:blank:]]*" + InsertLine ' character set = ISO8859-1' + EndGroup DefineClasses "samba_reload" } diff --git a/dhcpd.conf.sagahus b/dhcpd.conf.sagahus index 42c4f1f..edce97d 100644 --- a/dhcpd.conf.sagahus +++ b/dhcpd.conf.sagahus @@ -1,6 +1,6 @@ # dhcpd.conf # -# DHCP configuration file for raatstof.local +# DHCP configuration file for sagahus.local # default-lease-time 1200; |