[dahdi-commits] seanbright: tools/trunk r5808 -	/tools/trunk/dahdi.init
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Sat Jan 24 18:49:46 CST 2009
    
    
  
Author: seanbright
Date: Sat Jan 24 18:49:45 2009
New Revision: 5808
URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=5808
Log:
Use the debian commands on Gentoo.
(closes issue #14277)
Reported by: darren1713
Patches:
      dahdi.init.txt uploaded by darren1713 (license 116)
Modified:
    tools/trunk/dahdi.init
Modified: tools/trunk/dahdi.init
URL: http://svn.digium.com/svn-view/dahdi/tools/trunk/dahdi.init?view=diff&rev=5808&r1=5807&r2=5808
==============================================================================
--- tools/trunk/dahdi.init (original)
+++ tools/trunk/dahdi.init Sat Jan 24 18:49:45 2009
@@ -42,6 +42,10 @@
 #
 system=redhat  # assume redhat
 if [ -f /etc/debian_version ]; then
+    system=debian
+fi
+
+if [ -f /etc/gentoo-release ]; then
     system=debian
 fi
 
    
    
More information about the dahdi-commits
mailing list