START/STOP values must be specified in the init script
[openwrt/svn-archive/archive.git] / net / rp-pppoe / files / pppoe-client.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3 START=50
4
5 start() {
6 pppoe-start
7 }
8
9 stop() {
10 pppoe-stop
11 }
12