From: Alexander Barton Date: Thu, 24 Jun 2010 22:10:56 +0000 (+0200) Subject: ngircd.init: require $network $remote_fs when stopping ngircd X-Git-Tag: rel-17-rc1~96 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=139d6303e73079f48adfe37be2b88efed31e47df;p=ngircd-alex.git ngircd.init: require $network $remote_fs when stopping ngircd --- diff --git a/contrib/Debian/ngircd.init b/contrib/Debian/ngircd.init index e5507473..6a418d78 100755 --- a/contrib/Debian/ngircd.init +++ b/contrib/Debian/ngircd.init @@ -1,13 +1,13 @@ #!/bin/sh # # ngIRCd start and stop script for Debian-based systems -# Copyright 2008,2009 Alexander Barton +# Copyright 2008-2010 Alexander Barton # ### BEGIN INIT INFO # Provides: ngircd # Required-Start: $network $remote_fs -# Required-Stop: +# Required-Stop: $network $remote_fs # Should-Start: $syslog $named # Should-Stop: $syslog # Default-Start: 2 3 4 5