From: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
Subject: [PATCH] Add proper dependencies to the 'stop' action as well.
Applied-Upstream: 2.3, http://svn.digium.com/svn/dahdi/tools/branches/2.3@8546 

Merged revisions 8535 via svnmerge from
http://svn.digium.com/svn/dahdi/tools/trunk
---
 dahdi.init |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dahdi.init b/dahdi.init
index 3460c44..874fa46 100755
--- a/dahdi.init
+++ b/dahdi.init
@@ -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
-- 
1.7.0

