From 6c8777d496c88337814c7d4717dbe12ec9f12901 Mon Sep 17 00:00:00 2001 From: Juri Jensen Date: Mon, 17 Sep 2001 10:37:08 +0000 Subject: * Fixed a bad typo * Added smb-shares-xenux.conf --- cfengine/cf.services.file | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'cfengine') diff --git a/cfengine/cf.services.file b/cfengine/cf.services.file index 67e0438..eb347f6 100644 --- a/cfengine/cf.services.file +++ b/cfengine/cf.services.file @@ -64,18 +64,6 @@ editfiles: EndGroup ResetSearch "1" - # - # printing = lprng - # - LocateLineMatching "^[;[:blank:]]*æprinting[[:blank:]]*=.*" - BeginGroupIfNoLineMatching '^[[:blank:]]*printing[[:blank:]]*=[[:blank:]]*lprng[[:blank:]]*' - ReplaceLineWith ' printing = lprng' - EndGroup - CatchAbort - BeginGroupIfNoMatch '^[[:blank:]]*printing[[:blank:]]*=[[:blank:]]*lprng[[:blank:]]*' - InsertLine ' printing = lprng' - EndGroup - # # workgroup = $(site) # @@ -313,7 +301,7 @@ editfiles: # # printing = lprng # - LocateLineMatching "^[;[:blank:]]*æprinting[[:blank:]]*=.*" + LocateLineMatching "^[;[:blank:]]*printing[[:blank:]]*=.*" BeginGroupIfNoLineMatching '^[[:blank:]]*printing[[:blank:]]*=[[:blank:]]*lprng[[:blank:]]*' ReplaceLineWith ' printing = lprng' EndGroup -- cgit v1.2.3