diff options
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/bootmisc.in | 2 | ||||
-rw-r--r-- | init.d/fsck.in | 2 | ||||
-rw-r--r-- | init.d/hostname.in | 2 | ||||
-rw-r--r-- | init.d/local.in | 2 | ||||
-rw-r--r-- | init.d/localmount.in | 2 | ||||
-rw-r--r-- | init.d/netmount.in | 2 | ||||
-rw-r--r-- | init.d/root.in | 2 | ||||
-rw-r--r-- | init.d/swap.in | 2 | ||||
-rw-r--r-- | init.d/urandom.in | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in index a14a2c7e..f98cf6b9 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 f34a8522..61aa947a 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 646ceb87..6266fe9e 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 9b83752d..722d9714 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 bc16f702..4c7d5fd4 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 3aa46e1a..f136f45a 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 b7ffbf80..da21db5c 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 b9f4fc9b..0404af1e 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 6e901006..904607ae 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. |