From 40e12f6ba026af9c24d5c3d8e36512719ed5faee Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 11 Mar 2008 15:00:16 +0000 Subject: RC_SERVICE now points to the service file, so daemons can recall us directly. --- sh/runscript.sh.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sh') diff --git a/sh/runscript.sh.in b/sh/runscript.sh.in index 88e99bd..be69bb9 100644 --- a/sh/runscript.sh.in +++ b/sh/runscript.sh.in @@ -18,6 +18,9 @@ if [ -z "$1" -o -z "$2" ]; then exit 1 fi +# So daemons know where to recall us if needed +export RC_SERVICE="$1" + # Descript the init script to the user describe() { -- cgit v1.2.3