summaryrefslogtreecommitdiff
path: root/init.d
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
parent42bfd7b6dc6d1ebc49c1c6b24e21772df4f6967b (diff)
downloadopenrc-e1e36b2872c1f87d3d0b5308561884af3cd013ac.tar.gz
openrc-e1e36b2872c1f87d3d0b5308561884af3cd013ac.tar.bz2
openrc-e1e36b2872c1f87d3d0b5308561884af3cd013ac.tar.xz
keywords -> keyword
Diffstat (limited to 'init.d')
-rw-r--r--init.d/fsck2
-rwxr-xr-xinit.d/local2
-rwxr-xr-xinit.d/localmount2
-rwxr-xr-xinit.d/netmount2
-rw-r--r--init.d/root2
-rw-r--r--init.d/swap2
-rwxr-xr-xinit.d/urandom2
7 files changed, 7 insertions, 7 deletions
diff --git a/init.d/fsck b/init.d/fsck
index 4c184cf..e899acc 100644
--- a/init.d/fsck
+++ b/init.d/fsck
@@ -7,7 +7,7 @@ description="Check and repair filesystems according to /etc/fstab"
depend()
{
after clock modules
- keywords nojail notimeout
+ keyword nojail notimeout
}
start()
diff --git a/init.d/local b/init.d/local
index dbb06b5..9b83752 100755
--- a/init.d/local
+++ b/init.d/local
@@ -7,7 +7,7 @@ description="Executes user commands in /etc/conf.d/local"
depend()
{
after *
- keywords notimeout
+ keyword notimeout
}
start()
diff --git a/init.d/localmount b/init.d/localmount
index 999fa07..a598a71 100755
--- a/init.d/localmount
+++ b/init.d/localmount
@@ -8,7 +8,7 @@ depend()
{
need fsck
use modules mtab
- keywords nojail
+ keyword nojail
}
start()
diff --git a/init.d/netmount b/init.d/netmount
index bb97d88..688b0f4 100755
--- a/init.d/netmount
+++ b/init.d/netmount
@@ -34,7 +34,7 @@ depend()
config /etc/fstab
need net ${pmap}
use afc-client amd autofs dns nfs nfsmount portmap rpcbind rpc.statd
- keywords nojail
+ keyword nojail
}
start()
diff --git a/init.d/root b/init.d/root
index 948826e..ff4726b 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()
diff --git a/init.d/swap b/init.d/swap
index c11abb5..c8b1ab8 100644
--- a/init.d/swap
+++ b/init.d/swap
@@ -5,7 +5,7 @@
depend()
{
need localmount
- keywords nojail
+ keyword nojail
}
start()
diff --git a/init.d/urandom b/init.d/urandom
index bc1e7b7..3fc0a6d 100755
--- a/init.d/urandom
+++ b/init.d/urandom
@@ -9,7 +9,7 @@ description="Initializes the random number generator."
depend()
{
need localmount
- keywords nojail
+ keyword nojail
}
save_seed()