From 7ed7e1081460196a595f4b2fc070fbbdb6c46a2a Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Sun, 25 Jan 2009 00:49:45 +0000 Subject: Use the debian commands on Gentoo. (closes issue #14277) Reported by: darren1713 Patches: dahdi.init.txt uploaded by darren1713 (license 116) git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5808 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- dahdi.init | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dahdi.init') 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 -- cgit v1.2.3