diff options
author | Roy Marples <roy@marples.name> | 2008-03-28 19:05:26 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-28 19:05:26 +0000 |
commit | f5a9b42215562bdda61ca3a9724e30bd03bbe9f5 (patch) | |
tree | 2740cd813a837954fdc39be13fd9ea9005479732 /init.d | |
parent | d370918f0c85d26ef709faa3a4712c15ebf272a1 (diff) |
Restore noserver and noopenvz to sysctl.
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/sysctl.Linux.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/sysctl.Linux.in b/init.d/sysctl.Linux.in index 03f48eec..9bf56a8d 100644 --- a/init.d/sysctl.Linux.in +++ b/init.d/sysctl.Linux.in @@ -6,7 +6,7 @@ depend() { use hostname before bootmisc logger - keyword noprefix + keyword noopenvz noprefix novserver } start() |