From 91768d360c48e89e173c20625278fe070b3b8599 Mon Sep 17 00:00:00 2001 From: Russ Meyerriecks Date: Thu, 23 Jan 2014 14:50:04 -0600 Subject: [PATCH] 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 Acked-by: Tzafrir Cohen --- dahdi.init | 5 ----- 1 file changed, 5 deletions(-) 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.