Module: ngircd.git Branch: master Commit: 139d6303e73079f48adfe37be2b88efed31e47df URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=139d6...
Author: Alexander Barton alex@barton.de Date: Fri Jun 25 00:10:56 2010 +0200
ngircd.init: require $network $remote_fs when stopping ngircd
---
contrib/Debian/ngircd.init | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/Debian/ngircd.init b/contrib/Debian/ngircd.init index e550747..6a418d7 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 alex@barton.de +# Copyright 2008-2010 Alexander Barton alex@barton.de #
### 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
ngircd-commits@lists.barton.de