--- dahdi.init 2008-12-11 17:45:02.000000000 -0500 +++ /etc/init.d/dahdi 2009-01-19 06:09:03.000000000 -0500 @@ -45,6 +45,10 @@ system=debian fi +if [ -f /etc/gentoo-release ]; then + system=debian +fi + # Source function library. if [ $system = redhat ]; then . $initdir/functions || exit 0