diff options
Diffstat (limited to 'init.d.Linux')
-rw-r--r-- | init.d.Linux/clock.in | 2 | ||||
-rw-r--r-- | init.d.Linux/consolefont.in | 2 | ||||
-rw-r--r-- | init.d.Linux/keymaps.in | 2 | ||||
-rw-r--r-- | init.d.Linux/modules.in | 2 | ||||
-rw-r--r-- | init.d.Linux/numlock.in | 2 | ||||
-rw-r--r-- | init.d.Linux/procfs.in | 2 | ||||
-rw-r--r-- | init.d.Linux/sysctl.in | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/init.d.Linux/clock.in b/init.d.Linux/clock.in index 88c61c79..0bb71980 100644 --- a/init.d.Linux/clock.in +++ b/init.d.Linux/clock.in @@ -28,7 +28,7 @@ depend() else before * fi - keyword noprefix nouml novps noxenu + keyword noopenvz noprefix nouml novserver noxenu } setupopts() diff --git a/init.d.Linux/consolefont.in b/init.d.Linux/consolefont.in index 4244180b..384004d0 100644 --- a/init.d.Linux/consolefont.in +++ b/init.d.Linux/consolefont.in @@ -9,7 +9,7 @@ depend() need localmount need keymaps # sets up terminal encoding scheme after hotplug - keyword noprefix nouml novps noxenu + keyword noopenvz noprefix nouml novserver noxenu } start() diff --git a/init.d.Linux/keymaps.in b/init.d.Linux/keymaps.in index bb601c6e..2079e049 100644 --- a/init.d.Linux/keymaps.in +++ b/init.d.Linux/keymaps.in @@ -15,7 +15,7 @@ dumpkeys_charset=${dumpkeys_charset:-${DUMPKEYS_CHARSET}} depend() { need localmount - keyword noprefix nouml novps noxenu + keyword noopenvz noprefix nouml novserver noxenu } start() diff --git a/init.d.Linux/modules.in b/init.d.Linux/modules.in index 3f0e0dab..b09620df 100644 --- a/init.d.Linux/modules.in +++ b/init.d.Linux/modules.in @@ -7,7 +7,7 @@ description="Loads a user defined list of kernel modules." depend() { use isapnp - keyword noprefix novps + keyword noopenvz noprefix novserver } start() diff --git a/init.d.Linux/numlock.in b/init.d.Linux/numlock.in index fd23ede8..1a71367e 100644 --- a/init.d.Linux/numlock.in +++ b/init.d.Linux/numlock.in @@ -9,7 +9,7 @@ ttyn=${rc_tty_number:-${RC_TTY_NUMBER}:-12} depend() { need localmount - keyword noprefix + keyword noopenvz noprefix novserver } _setleds() diff --git a/init.d.Linux/procfs.in b/init.d.Linux/procfs.in index d286ca94..a30fd92c 100644 --- a/init.d.Linux/procfs.in +++ b/init.d.Linux/procfs.in @@ -7,7 +7,7 @@ description="Mounts misc filesystems in /proc." depend() { need localmount - keyword noprefix + keyword noopenvz noprefix novserver } start() diff --git a/init.d.Linux/sysctl.in b/init.d.Linux/sysctl.in index 19408ca1..ad6b2a92 100644 --- a/init.d.Linux/sysctl.in +++ b/init.d.Linux/sysctl.in @@ -6,7 +6,7 @@ depend() { use hostname before bootmisc logger - keyword noprefix novps + keyword noopenvz noprefix novserver } start() |