[dahdi-commits] dahdi/tools.git branch "master" updated.

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Thu Jan 23 16:26:32 CST 2014


branch "master" has been updated
       via  91768d360c48e89e173c20625278fe070b3b8599 (commit)
      from  63842cc4f34c1c5f2730fd3d28b07766a1e416fd (commit)

Summary of changes:
 dahdi.init |    5 -----
 1 file changed, 5 deletions(-)


- Log -----------------------------------------------------------------
commit 91768d360c48e89e173c20625278fe070b3b8599
Author: Russ Meyerriecks <rmeyerriecks at digium.com>
Date:   Thu Jan 23 14:50:04 2014 -0600

    dahdi.init: Don't exit on lack of /etc/dahdi/system.conf
    
    auto_spans and dahdi_cfg -c are valid config methods which may not have a
    /etc/dahdi/system.conf. We already check for the existance of the dahdi modules
    before the case start, so I think it's safe to remove this section.
    
    Signed-off-by: Russ Meyerriecks <rmeyerriecks at digium.com>
    Acked-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>

diff --git a/dahdi.init b/dahdi.init
index 9949f26..064fa4f 100755
--- a/dahdi.init
+++ b/dahdi.init
@@ -237,11 +237,6 @@ if [ ! -x "$DAHDI_CFG" ]; then
        exit 0
 fi
 
-if [ ! -f /etc/dahdi/system.conf ]; then
-	echo "/etc/dahdi/system.conf not found. Nothing to do."
-       exit 0
-fi
-
 RETVAL=0
 
 # See how we were called.

-----------------------------------------------------------------------


-- 
dahdi/tools.git



More information about the dahdi-commits mailing list