[svn-commits] tzafrir: tools/trunk r8535 - /tools/trunk/dahdi.init

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Apr 18 07:52:18 CDT 2010


Author: tzafrir
Date: Sun Apr 18 07:52:17 2010
New Revision: 8535

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8535
Log:
Add proper dependencies to the 'stop' action as well.

Modified:
    tools/trunk/dahdi.init

Modified: tools/trunk/dahdi.init
URL: http://svnview.digium.com/svn/dahdi/tools/trunk/dahdi.init?view=diff&rev=8535&r1=8534&r2=8535
==============================================================================
--- tools/trunk/dahdi.init (original)
+++ tools/trunk/dahdi.init Sun Apr 18 07:52:17 2010
@@ -11,9 +11,9 @@
 ### BEGIN INIT INFO
 # Provides:        dahdi
 # Required-Start:  $local_fs $remote_fs
-# Required-Stop:
+# Required-Stop:   $local_fs $remote_fs
 # Should-Start:    $network $syslog
-# Should-Stop:
+# Should-Stop:     $network $syslog
 # Default-Start:   2 3 4 5
 # Default-Stop:    0 1 6
 # Description:     dahdi - load and configure DAHDI modules




More information about the svn-commits mailing list