START/STOP values must be specified in the init script
[openwrt/svn-archive/archive.git] / net / rp-pppoe / files / pppoe-client.init
index ba6c7cd72d518d3782c1eab45dc49ae1f02a90e5..93654dd773a16d541130a7124bc72d17d084e42e 100644 (file)
@@ -1,11 +1,12 @@
 #!/bin/sh /etc/rc.common
 # Copyright (C) 2006 OpenWrt.org
+START=50
 
 start() {
-       adsl-start
+       pppoe-start
 }
 
 stop() {
-       adsl-stop
+       pppoe-stop
 }