summaryrefslogtreecommitdiff
path: root/init.d/devfs.in
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2013-02-12 17:09:50 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2013-02-23 20:30:39 -0600
commit8a44067838e268db88ea2158258f8006cb1344b7 (patch)
treee04f4dd3248600cc82cb2b3a3c8f8eda7b49e90c /init.d/devfs.in
parent8c90042dee7cd0d7960c86b9fcfac5f1afec5784 (diff)
downloadopenrc-8a44067838e268db88ea2158258f8006cb1344b7.tar.gz
openrc-8a44067838e268db88ea2158258f8006cb1344b7.tar.bz2
openrc-8a44067838e268db88ea2158258f8006cb1344b7.tar.xz
Fix shebangs in services to point to the correct location of runscript
SBINDIR and BINDIR can be set independently of PREFIX. This fixes broken shebangs in service files when SBINDIR is set to something other than PREFIX/sbin Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Diffstat (limited to 'init.d/devfs.in')
-rw-r--r--init.d/devfs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/devfs.in b/init.d/devfs.in
index 2834654..36955f3 100644
--- a/init.d/devfs.in
+++ b/init.d/devfs.in
@@ -1,4 +1,4 @@
-#!@PREFIX@/sbin/runscript
+#!@SBINDIR@/runscript
# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
# Released under the 2-clause BSD license.