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/mtab.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 |
8 files changed, 8 insertions, 8 deletions
diff --git a/init.d.Linux/clock.in b/init.d.Linux/clock.in index ea7ad2bf..88c61c79 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 37f1feef..4244180b 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 827b5505..bb601c6e 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 825ca493..3f0e0dab 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 cd3e1b98..a0f14b1e 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 5f9d55df..fd23ede8 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 40878639..d286ca94 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 be0b539b..19408ca1 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. |