diff options
author | Roy Marples <roy@marples.name> | 2008-02-19 14:36:22 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-02-19 14:36:22 +0000 |
commit | e1e36b2872c1f87d3d0b5308561884af3cd013ac (patch) | |
tree | 12dd16c75681a567510b2765e93e038d79bdfb9c /init.d.Linux | |
parent | 42bfd7b6dc6d1ebc49c1c6b24e21772df4f6967b (diff) |
keywords -> keyword
Diffstat (limited to 'init.d.Linux')
-rwxr-xr-x | init.d.Linux/clock | 2 | ||||
-rwxr-xr-x | init.d.Linux/consolefont | 2 | ||||
-rwxr-xr-x | init.d.Linux/keymaps | 2 | ||||
-rwxr-xr-x | init.d.Linux/modules | 2 | ||||
-rw-r--r-- | init.d.Linux/sysctl | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/init.d.Linux/clock b/init.d.Linux/clock index 03e5b133..691f3218 100755 --- a/init.d.Linux/clock +++ b/init.d.Linux/clock @@ -28,7 +28,7 @@ depend() else before * fi - keywords nouml novps noxenu + keyword nouml novps noxenu } setupopts() diff --git a/init.d.Linux/consolefont b/init.d.Linux/consolefont index 28a2cdb0..7bf6bfc7 100755 --- a/init.d.Linux/consolefont +++ b/init.d.Linux/consolefont @@ -9,7 +9,7 @@ depend() need localmount need keymaps # sets up terminal encoding scheme after hotplug - keywords nouml novps noxenu + keyword nouml novps noxenu } start() diff --git a/init.d.Linux/keymaps b/init.d.Linux/keymaps index a60a949a..b09137d5 100755 --- a/init.d.Linux/keymaps +++ b/init.d.Linux/keymaps @@ -15,7 +15,7 @@ dumpkeys_charset=${dumpkeys_charset:-${DUMPKEYS_CHARSET}} depend() { need localmount - keywords nouml novps noxenu + keyword nouml novps noxenu } start() diff --git a/init.d.Linux/modules b/init.d.Linux/modules index f29d0a15..c3064d16 100755 --- a/init.d.Linux/modules +++ b/init.d.Linux/modules @@ -7,7 +7,7 @@ description="Loads a user defined list of kernel modules." depend() { use isapnp - keywords novps + keyword novps } start() diff --git a/init.d.Linux/sysctl b/init.d.Linux/sysctl index 81dced9e..0a490405 100644 --- a/init.d.Linux/sysctl +++ b/init.d.Linux/sysctl @@ -6,7 +6,7 @@ depend() { use hostname before bootmisc logger - keywords novps + keyword novps } start() |