]> arthur.barton.de Git - ngircd-alex.git/commitdiff
ngircd.init: require $network $remote_fs when stopping ngircd
authorAlexander Barton <alex@barton.de>
Thu, 24 Jun 2010 22:10:56 +0000 (00:10 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 24 Jun 2010 22:10:56 +0000 (00:10 +0200)
contrib/Debian/ngircd.init

index e5507473bfa54d0258dbb8eae7238cb8a2ef8981..6a418d78ab506e97e96a5ef4b2586ff367940012 100755 (executable)
@@ -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