From 67c5fd6bb8f1d489f7dd012a63a370f20fbe02da Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 2 Mar 2008 21:14:01 +0000 Subject: Ensure that our scripts call prefixed runscript. --- init.d.misc/polkitd.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.d.misc/polkitd.in') diff --git a/init.d.misc/polkitd.in b/init.d.misc/polkitd.in index b76a88a..a1736a9 100644 --- a/init.d.misc/polkitd.in +++ b/init.d.misc/polkitd.in @@ -1,8 +1,8 @@ -#!/sbin/runscript +#!@PREFIX@/sbin/runscript # Copyright 2007-2008 Roy Marples # All rights reserved. Released under the 2-clause BSD license. -command=@PREFIX@/sbin/polkitd +command=@PKG_PREFIX@/sbin/polkitd pidfile=@VARBASE@/run/polkitd/polkitd.pid command_args="${polkitd_args}" name="PolicyKit Daemon" -- cgit v1.2.3