Fix broken init scripts for ahcpd (#3550)
[packages.git] / ipv6 / ahcpd / files / ahcpd.init
index c87b291..a885c54 100644 (file)
@@ -19,7 +19,7 @@ start() {
        if [ -e $pidfile ] ; then
                echo "$pidfile exists -- not starting ahcpd." >&2
        else
-               /usr/bin/ahcpd -D -I $pidfile ${no_ipv4:+-s} ${no_dns:+-N} $authority $interfaces
+               /usr/sbin/ahcpd -D -I $pidfile ${no_ipv4:+-s} ${no_dns:+-N} $authority $interfaces
        fi
 }