init script cleanup, use /etc/rc.d/ for enabled scripts, /etc/init.d/<pkgname> (enabl...
[packages.git] / net / rarpd / files / rarpd.init
index 353a96a..bba2c85 100644 (file)
@@ -3,9 +3,9 @@
 
 RARPD=/usr/sbin/rarpd
 DEFAULT=/etc/default/rarpd
-[ -f $DEFAULT ] && . $DEFAULT
 
 start() {
+       [ -f $DEFAULT ] && . $DEFAULT
        $RARPD $OPTIONS
 }
 stop() {