summaryrefslogtreecommitdiff
path: root/init.d.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-02 21:13:21 +0000
committerRoy Marples <roy@marples.name>2008-03-02 21:13:21 +0000
commita12dbdc6c93a7d63591610378e3e570b7c7d2143 (patch)
tree22cd968f4bb32bedf82e091c9ffee798d247c51e /init.d.Linux
parent7c092fbc7904be18510eed08c72cbad974db8adc (diff)
downloadopenrc-a12dbdc6c93a7d63591610378e3e570b7c7d2143.tar.gz
openrc-a12dbdc6c93a7d63591610378e3e570b7c7d2143.tar.bz2
openrc-a12dbdc6c93a7d63591610378e3e570b7c7d2143.tar.xz
Don't check for root in prefix.
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 691f321..ea7ad2b 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 7bf6bfc..37f1fee 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 b09137d..827b550 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 c3064d1..825ca49 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 abb9492..cd3e1b9 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 6327361..5f9d55d 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 9e55d88..4087863 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 0a49040..be0b539 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()