init script cleanup, use /etc/rc.d/ for enabled scripts, /etc/init.d/<pkgname> (enabl...
[openwrt/svn-archive/archive.git] / net / rp-pppoe / files / pppoe-relay.init
index 53878c3026279cbb18129239b3ef1d88d8033047..21e0c44c8590d63f3d573c81b96fdf0fab62508e 100644 (file)
@@ -2,9 +2,9 @@
 # Copyright (C) 2006 OpenWrt.org
 
 DEFAULT=/etc/default/pppoe-relay
-[ -f $DEFAULT ] && . $DEFAULT
 
 start() {
+       [ -f $DEFAULT ] && . $DEFAULT
        pppoe-relay $OPTIONS
 }