summaryrefslogtreecommitdiff
path: root/cfengine
diff options
context:
space:
mode:
authorJuri Jensen <juri@xenux.dk>2002-08-28 11:37:31 +0000
committerJuri Jensen <juri@xenux.dk>2002-08-28 11:37:31 +0000
commitdd237351f6cfb95e5c0912c25219b3e4cc5cfd86 (patch)
tree1f01568066c087e312fc2ee4ff229f1834358b27 /cfengine
parent4a43e82a99e13a5b7546ec049b6885d82b3c9285 (diff)
cfengine: Fixed some typos.
Diffstat (limited to 'cfengine')
-rw-r--r--cfengine/cf.services.all8
1 files changed, 4 insertions, 4 deletions
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
}