Patch naming conventions !
[openwrt/svn-archive/archive.git] / libs / howl / files / autoipd.init
index 3de6e6e23ac04164610fde2844b7db41d41fdd5e..79671534841990907a9e5a16a7b93bcbfbbb40b3 100644 (file)
@@ -4,9 +4,9 @@
 DEFAULT=/etc/default/autopid
 RUN_D=/var/run
 PID_F=$RUN_D/autoipd.pid
-[ -f $DEFAULT ] && . $DEFAULT
 
 start() {
+       [ -f $DEFAULT ] && . $DEFAULT
        [ -d $RUN_D ] || mkdir -p $RUN_D
        autoipd $OPTIONS
 }