adsl-start is now pppoe-start (#1562)
[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
4 start() {
5 pppoe-start
6 }
7
8 stop() {
9 pppoe-stop
10 }
11