diff options
Diffstat (limited to 'init.d.Linux')
-rw-r--r--[-rwxr-xr-x] | init.d.Linux/clock.in (renamed from init.d.Linux/clock) | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | init.d.Linux/consolefont.in (renamed from init.d.Linux/consolefont) | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | init.d.Linux/keymaps.in (renamed from init.d.Linux/keymaps) | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | init.d.Linux/modules.in (renamed from init.d.Linux/modules) | 2 | ||||
-rw-r--r-- | init.d.Linux/mtab.in (renamed from init.d.Linux/mtab) | 1 | ||||
-rw-r--r--[-rwxr-xr-x] | init.d.Linux/numlock.in (renamed from init.d.Linux/numlock) | 1 | ||||
-rw-r--r-- | init.d.Linux/procfs.in (renamed from init.d.Linux/procfs) | 3 | ||||
-rw-r--r-- | init.d.Linux/sysctl.in (renamed from init.d.Linux/sysctl) | 2 |
8 files changed, 9 insertions, 6 deletions
diff --git a/init.d.Linux/clock b/init.d.Linux/clock.in index 691f3218..ea7ad2bf 100755..100644 --- a/init.d.Linux/clock +++ b/init.d.Linux/clock.in @@ -28,7 +28,7 @@ depend() else before * fi - keyword nouml novps noxenu + keyword noprefix nouml novps noxenu } setupopts() diff --git a/init.d.Linux/consolefont b/init.d.Linux/consolefont.in index 7bf6bfc7..37f1feef 100755..100644 --- a/init.d.Linux/consolefont +++ b/init.d.Linux/consolefont.in @@ -9,7 +9,7 @@ depend() need localmount need keymaps # sets up terminal encoding scheme after hotplug - keyword nouml novps noxenu + keyword noprefix nouml novps noxenu } start() diff --git a/init.d.Linux/keymaps b/init.d.Linux/keymaps.in index b09137d5..827b5505 100755..100644 --- a/init.d.Linux/keymaps +++ b/init.d.Linux/keymaps.in @@ -15,7 +15,7 @@ dumpkeys_charset=${dumpkeys_charset:-${DUMPKEYS_CHARSET}} depend() { need localmount - keyword nouml novps noxenu + keyword noprefix nouml novps noxenu } start() diff --git a/init.d.Linux/modules b/init.d.Linux/modules.in index c3064d16..825ca493 100755..100644 --- a/init.d.Linux/modules +++ b/init.d.Linux/modules.in @@ -7,7 +7,7 @@ description="Loads a user defined list of kernel modules." depend() { use isapnp - keyword novps + keyword noprefix novps } start() diff --git a/init.d.Linux/mtab b/init.d.Linux/mtab.in index abb94922..cd3e1b98 100644 --- a/init.d.Linux/mtab +++ b/init.d.Linux/mtab.in @@ -7,6 +7,7 @@ description="Update /etc/mtab to match what the kernel knows about" depend() { need root + keyword noprefix } start() diff --git a/init.d.Linux/numlock b/init.d.Linux/numlock.in index 63273612..5f9d55df 100755..100644 --- a/init.d.Linux/numlock +++ b/init.d.Linux/numlock.in @@ -9,6 +9,7 @@ ttyn=${rc_tty_number:-${RC_TTY_NUMBER}:-12} depend() { need localmount + keyword noprefix } _setleds() diff --git a/init.d.Linux/procfs b/init.d.Linux/procfs.in index 9e55d885..40878639 100644 --- a/init.d.Linux/procfs +++ b/init.d.Linux/procfs.in @@ -6,7 +6,8 @@ description="Mounts misc filesystems in /proc." depend() { - need localmount + need localmount + keyword noprefix } start() diff --git a/init.d.Linux/sysctl b/init.d.Linux/sysctl.in index 0a490405..be0b539b 100644 --- a/init.d.Linux/sysctl +++ b/init.d.Linux/sysctl.in @@ -6,7 +6,7 @@ depend() { use hostname before bootmisc logger - keyword novps + keyword noprefix novps } start() |