ba6c7cd72d518d3782c1eab45dc49ae1f02a90e5
[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 adsl-start
6 }
7
8 stop() {
9 adsl-stop
10 }
11