summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdahdi.init5
1 files changed, 5 insertions, 0 deletions
diff --git a/dahdi.init b/dahdi.init
index 91ae44e..3460c44 100755
--- a/dahdi.init
+++ b/dahdi.init
@@ -53,6 +53,11 @@ if [ -f /etc/gentoo-release ]; then
system=debian
fi
+if [ -f /etc/SuSE-release -o -f /etc/novell-release ]
+then
+ system=debian
+fi
+
# Source function library.
if [ $system = redhat ]; then
. $initdir/functions || exit 0