diff options
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" |