aboutsummaryrefslogtreecommitdiff
path: root/init.d/root
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-02-19 14:36:22 +0000
committerRoy Marples <roy@marples.name>2008-02-19 14:36:22 +0000
commite1e36b2872c1f87d3d0b5308561884af3cd013ac (patch)
tree12dd16c75681a567510b2765e93e038d79bdfb9c /init.d/root
parent42bfd7b6dc6d1ebc49c1c6b24e21772df4f6967b (diff)
keywords -> keyword
Diffstat (limited to 'init.d/root')
-rw-r--r--init.d/root2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/root b/init.d/root
index 948826e5..ff4726ba 100644
--- a/init.d/root
+++ b/init.d/root
@@ -7,7 +7,7 @@ description="Mount the root fs read/write"
depend()
{
need fsck
- keywords nojail
+ keyword nojail
}
start()