From dd237351f6cfb95e5c0912c25219b3e4cc5cfd86 Mon Sep 17 00:00:00 2001 From: Juri Jensen Date: Wed, 28 Aug 2002 11:37:31 +0000 Subject: cfengine: Fixed some typos. --- cfengine/cf.services.all | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cfengine') diff --git a/cfengine/cf.services.all b/cfengine/cf.services.all index 28c91d2..58cb3c3 100644 --- a/cfengine/cf.services.all +++ b/cfengine/cf.services.all @@ -41,19 +41,19 @@ editfiles: } !DebMirrorClient|!dnai|!sunrise.potato:: { /etc/apt/sources.list - BeginGroupIfFileIsNewer "$(LocalCommon)/apt/sources.list.us.potato" + BeginGroupIfFileIsNewer "$(LocalCommon)/apt/sources.list.dk.potato" EmptyEntireFilePlease SetLine "# DO NOT EDIT - auto-created by cfengine $(date)" PrependIfNoLineMatching "^# .* cfengine .*" - InsertFile "$(LocalCommon)/apt/sources.list.us.potato" + InsertFile "$(LocalCommon)/apt/sources.list.dk.potato" EndGroup } !DebMirrorClient|!dnai|!sunrise.woody:: { /etc/apt/sources.list - BeginGroupIfFileIsNewer "$(LocalCommon)/apt/sources.list.us.woody" + BeginGroupIfFileIsNewer "$(LocalCommon)/apt/sources.list.dk.woody" EmptyEntireFilePlease SetLine "# DO NOT EDIT - auto-created by cfengine $(date)" PrependIfNoLineMatching "^# .* cfengine .*" - InsertFile "$(LocalCommon)/apt/sources.list.us.woody" + InsertFile "$(LocalCommon)/apt/sources.list.dk.woody" EndGroup } -- cgit v1.2.3