Simon Josefsson <[EMAIL PROTECTED]> writes: >> I'm not sure on the best solution. Maybe set NAME to shishid as it is >> now, but not use NAME when loading the defaults file and setting the path >> to the init script? > > The correct solution seem to depend on what the NAME field is supposed > to contain; the binary name, the package name, or something else. > Elrond said the info block was lsb, but I can't find any lsb > documentation on init scripts, but I'm surely missing something. > Elrond, do you know where the init files are documented?
Ok, I found it: http://refspecs.freestandards.org/LSB_3.0.0/LSB-Core-generic/LSB-Core-generic/initscrcomconv.html But I realize that I was confused, it doesn't have anything to do with the NAME variable. I agree with what you propose, hence I installed the patch below. I hope it is ready to be uploaded now... /Simon --- shishi-kdc.init.d 17 May 2006 12:36:49 +0200 1.2 +++ shishi-kdc.init.d 21 May 2006 14:39:06 +0200 @@ -32,13 +32,13 @@ DAEMON=/usr/sbin/$NAME DAEMON_ARGS="" PIDFILE=/var/run/$NAME.pid -SCRIPTNAME=/etc/init.d/$NAME +SCRIPTNAME=/etc/init.d/shishi-kdc # Exit if the package is not installed [ -x "$DAEMON" ] || exit 0 # Read configuration variable file if it is present -[ -r /etc/default/$NAME ] && . /etc/default/$NAME +[ -r /etc/default/shishi-kdc ] && . /etc/default/shishi-kdc # Load the VERBOSE setting and other rcS variables [ -f /etc/default/rcS ] && . /etc/default/rcS _______________________________________________ Help-shishi mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-shishi
