Updated micasad by Germany's request.

This commit is contained in:
Cameron (Kamran) Mashayekhi
2006-01-25 18:41:48 +00:00
parent 9833c6996a
commit 5b270da8a7
2 changed files with 15 additions and 2 deletions

View File

@@ -1,7 +1,15 @@
#! /bin/sh
#
### BEGIN INIT INFO
#Default-Start: 1 2 3 5
#Description: miCASA daemon
# Provides: micasad
# Required-Start:
# Should-Start:
# Required-Stop:
# Should-Stop:
# Default-Start: 1 2 3 5
# Default-Stop:
# Short-Description: miCASA daemon
# Description: miCASA daemon
### END INIT INFO
MICASAD_BIN=/opt/novell/CASA/bin/micasad.sh
test -x $MICASAD_BIN || exit 5