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>
This commit is contained in:
Andrew Gregory
2013-02-12 17:09:50 -05:00
committed by William Hubbs
parent 8c90042dee
commit 8a44067838
66 changed files with 68 additions and 68 deletions

View File

@@ -1,4 +1,4 @@
#!@PREFIX@/sbin/runscript
#!@SBINDIR@/runscript
# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
# Released under the 2-clause BSD license.