port lots of init scripts over to rc.common (more to come)
[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