diff options
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/fsck | 2 | ||||
-rwxr-xr-x | init.d/local | 2 | ||||
-rwxr-xr-x | init.d/localmount | 2 | ||||
-rwxr-xr-x | init.d/netmount | 2 | ||||
-rw-r--r-- | init.d/root | 2 | ||||
-rw-r--r-- | init.d/swap | 2 | ||||
-rwxr-xr-x | init.d/urandom | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/init.d/fsck b/init.d/fsck index 4c184cf2..e899accf 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 dbb06b54..9b83752d 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 999fa076..a598a712 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 bb97d88a..688b0f4e 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 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() diff --git a/init.d/swap b/init.d/swap index c11abb55..c8b1ab8a 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 bc1e7b7d..3fc0a6d0 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() |