diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-04-02 06:56:15 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-04-02 06:56:15 +0000 |
commit | 2702c312805ae4cae6697285f8019869bc53581f (patch) | |
tree | 072c6034e5eed4fe6901b70662cfa362e1317999 /cfengine | |
parent | 1a9bc2960c427a5737719d054fa9ad156a42892b (diff) |
harden: Oops, ignore /initrd, not /initrc...
Diffstat (limited to 'cfengine')
-rw-r--r-- | cfengine/cf.services.harden | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfengine/cf.services.harden b/cfengine/cf.services.harden index c34638c..5aa2e4a 100644 --- a/cfengine/cf.services.harden +++ b/cfengine/cf.services.harden @@ -72,7 +72,7 @@ editfiles: UnCommentLinesMatching "^# =/usr/X11R6/lib/X11/fonts" UnCommentLinesMatching "^# !/usr/local" UnCommentLinesMatching "^# !/usr/src" - AppendIfNoSuchLine "!/initrc" + AppendIfNoSuchLine "!/initrd" AppendIfNoSuchLine "!/.journal" AppendIfNoSuchLine "!/usr/local" AppendIfNoSuchLine "!/usr/src" |