summaryrefslogtreecommitdiff
path: root/init.d.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-02 21:14:01 +0000
committerRoy Marples <roy@marples.name>2008-03-02 21:14:01 +0000
commit67c5fd6bb8f1d489f7dd012a63a370f20fbe02da (patch)
treecf413352b5ec98209db226158b2a5113ce14936c /init.d.Linux
parenta12dbdc6c93a7d63591610378e3e570b7c7d2143 (diff)
downloadopenrc-67c5fd6bb8f1d489f7dd012a63a370f20fbe02da.tar.gz
openrc-67c5fd6bb8f1d489f7dd012a63a370f20fbe02da.tar.bz2
openrc-67c5fd6bb8f1d489f7dd012a63a370f20fbe02da.tar.xz
Ensure that our scripts call prefixed runscript.
Diffstat (limited to 'init.d.Linux')
-rw-r--r--init.d.Linux/clock.in2
-rw-r--r--init.d.Linux/consolefont.in2
-rw-r--r--init.d.Linux/keymaps.in2
-rw-r--r--init.d.Linux/modules.in2
-rw-r--r--init.d.Linux/mtab.in2
-rw-r--r--init.d.Linux/numlock.in2
-rw-r--r--init.d.Linux/procfs.in2
-rw-r--r--init.d.Linux/sysctl.in2
8 files changed, 8 insertions, 8 deletions
diff --git a/init.d.Linux/clock.in b/init.d.Linux/clock.in
index ea7ad2b..88c61c7 100644
--- a/init.d.Linux/clock.in
+++ b/init.d.Linux/clock.in
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!@PREFIX@/sbin/runscript
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
diff --git a/init.d.Linux/consolefont.in b/init.d.Linux/consolefont.in
index 37f1fee..4244180 100644
--- a/init.d.Linux/consolefont.in
+++ b/init.d.Linux/consolefont.in
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!@PREFIX@/sbin/runscript
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
diff --git a/init.d.Linux/keymaps.in b/init.d.Linux/keymaps.in
index 827b550..bb601c6 100644
--- a/init.d.Linux/keymaps.in
+++ b/init.d.Linux/keymaps.in
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!@PREFIX@/sbin/runscript
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
diff --git a/init.d.Linux/modules.in b/init.d.Linux/modules.in
index 825ca49..3f0e0da 100644
--- a/init.d.Linux/modules.in
+++ b/init.d.Linux/modules.in
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!@PREFIX@/sbin/runscript
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
diff --git a/init.d.Linux/mtab.in b/init.d.Linux/mtab.in
index cd3e1b9..a0f14b1 100644
--- a/init.d.Linux/mtab.in
+++ b/init.d.Linux/mtab.in
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!@PREFIX@/sbin/runscript
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
diff --git a/init.d.Linux/numlock.in b/init.d.Linux/numlock.in
index 5f9d55d..fd23ede 100644
--- a/init.d.Linux/numlock.in
+++ b/init.d.Linux/numlock.in
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!@PREFIX@/sbin/runscript
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
diff --git a/init.d.Linux/procfs.in b/init.d.Linux/procfs.in
index 4087863..d286ca9 100644
--- a/init.d.Linux/procfs.in
+++ b/init.d.Linux/procfs.in
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!@PREFIX@/sbin/runscript
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.
diff --git a/init.d.Linux/sysctl.in b/init.d.Linux/sysctl.in
index be0b539..19408ca 100644
--- a/init.d.Linux/sysctl.in
+++ b/init.d.Linux/sysctl.in
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!@PREFIX@/sbin/runscript
# Copyright 2007-2008 Roy Marples <roy@marples.name>
# All rights reserved. Released under the 2-clause BSD license.