RC_SERVICE now points to the service file, so daemons can recall us directly.

This commit is contained in:
Roy Marples
2008-03-11 15:00:16 +00:00
parent 568ec5f343
commit 40e12f6ba0
5 changed files with 9 additions and 7 deletions

View File

@@ -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()
{