summaryrefslogtreecommitdiff
path: root/init.d
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
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')
-rw-r--r--init.d/bootmisc.in2
-rw-r--r--init.d/fsck.in2
-rw-r--r--init.d/hostname.in2
-rw-r--r--init.d/local.in2
-rw-r--r--init.d/localmount.in2
-rw-r--r--init.d/netmount.in2
-rw-r--r--init.d/root.in2
-rw-r--r--init.d/swap.in2
-rw-r--r--init.d/urandom.in2
9 files changed, 9 insertions, 9 deletions
diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in
index a14a2c7..f98cf6b 100644
--- a/init.d/bootmisc.in
+++ b/init.d/bootmisc.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/fsck.in b/init.d/fsck.in
index f34a852..61aa947 100644
--- a/init.d/fsck.in
+++ b/init.d/fsck.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/hostname.in b/init.d/hostname.in
index 646ceb8..6266fe9 100644
--- a/init.d/hostname.in
+++ b/init.d/hostname.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/local.in b/init.d/local.in
index 9b83752..722d971 100644
--- a/init.d/local.in
+++ b/init.d/local.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/localmount.in b/init.d/localmount.in
index bc16f70..4c7d5fd 100644
--- a/init.d/localmount.in
+++ b/init.d/localmount.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/netmount.in b/init.d/netmount.in
index 3aa46e1..f136f45 100644
--- a/init.d/netmount.in
+++ b/init.d/netmount.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/root.in b/init.d/root.in
index b7ffbf8..da21db5 100644
--- a/init.d/root.in
+++ b/init.d/root.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/swap.in b/init.d/swap.in
index b9f4fc9..0404af1 100644
--- a/init.d/swap.in
+++ b/init.d/swap.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/urandom.in b/init.d/urandom.in
index 6e90100..904607a 100644
--- a/init.d/urandom.in
+++ b/init.d/urandom.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.