From 8a44067838e268db88ea2158258f8006cb1344b7 Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Tue, 12 Feb 2013 17:09:50 -0500 Subject: 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 --- init.d/devdb.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d/devdb.in') diff --git a/init.d/devdb.in b/init.d/devdb.in index fcf2597..9213758 100644 --- a/init.d/devdb.in +++ b/init.d/devdb.in @@ -1,4 +1,4 @@ -#!@PREFIX@/sbin/runscript +#!@SBINDIR@/runscript # Copyright (c) 2008 Roy Marples # Released under the 2-clause BSD license. -- cgit v1.2.3