summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdahdi.init4
1 files changed, 4 insertions, 0 deletions
diff --git a/dahdi.init b/dahdi.init
index 6c352cc..0c4b05d 100755
--- a/dahdi.init
+++ b/dahdi.init
@@ -45,6 +45,10 @@ if [ -f /etc/debian_version ]; then
system=debian
fi
+if [ -f /etc/gentoo-release ]; then
+ system=debian
+fi
+
# Source function library.
if [ $system = redhat ]; then
. $initdir/functions || exit 0