]> git.pld-linux.org Git - packages/dahdi-tools.git/commitdiff
- fix cfg path
authoraredridel <aredridel@pld-linux.org>
Fri, 26 Dec 2008 06:37:15 +0000 (06:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dahdi.init -> 1.3

dahdi.init

index d7d67c1ffaa3e1e487edd337a8806b1c842b1dde..f3cbd13b6f0474db4ae5029fec67bcd5b795b0fe 100644 (file)
@@ -22,7 +22,7 @@ start() {
                        modprobe $mod
                done
                sleep 2
-               /sbin/ztcfg
+               /usr/sbin/dahdi_cfg
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/dahdi
                ok
@@ -77,7 +77,7 @@ case "$1" in
        ;;
   reload|force-reload|graceful)
        if [ -f /var/lock/subsys/dahdi ]; then
-               /sbin/ztcfg
+               /usr/sbin/dahdi_cfg
                RETVAL=$?
        else
                msg_not_running dahdi
This page took 0.074949 seconds and 4 git commands to generate.