From 2d9a3ec484a5b4ad46cf1f12473505532f56bba3 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 26 Dec 2006 14:43:46 +0000 Subject: [PATCH] Added LSB compliant header. --- contrib/Debian/ngircd.init | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/contrib/Debian/ngircd.init b/contrib/Debian/ngircd.init index 62373868..c4a14790 100755 --- a/contrib/Debian/ngircd.init +++ b/contrib/Debian/ngircd.init @@ -2,9 +2,20 @@ # # ngIRCd start and stop script for Debian-based systems # -# $Id: ngircd.init,v 1.6 2005/07/26 19:37:18 alex Exp $ +# $Id: ngircd.init,v 1.7 2006/12/26 14:43:46 alex Exp $ # +### BEGIN INIT INFO +# Provides: ircd +# Required-Start: $local_fs +# Required-Stop: $local_fs +# Should-Start: $syslog $network +# Should-Stop: $syslog $network +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Next Generation IRC Server +### END INIT INFO + PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin DAEMON=/usr/sbin/ngircd NAME=ngIRCd -- 2.39.2