This website requires JavaScript.
Explore
Help
Sign In
bakabtw
/
packages
Watch
1
Star
0
Fork
0
You've already forked packages
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
packages
/
net
/
rp-pppoe
/
files
/
pppoe-client.init
12 lines
107 B
Plaintext
Raw
Normal View
History
Unescape
Escape
port lots of init scripts over to rc.common (more to come) git-svn-id: svn://svn.openwrt.org/openwrt/packages@4917 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-04 20:57:49 +00:00
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
Port rp-pppoe to -ng git-svn-id: svn://svn.openwrt.org/openwrt/packages@4507 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-07 13:26:16 +00:00
port lots of init scripts over to rc.common (more to come) git-svn-id: svn://svn.openwrt.org/openwrt/packages@4917 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-04 20:57:49 +00:00
start() {
adsl-start
}
stop() {
adsl-stop
}
Port rp-pppoe to -ng git-svn-id: svn://svn.openwrt.org/openwrt/packages@4507 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-07 13:26:16 +00:00
Reference in New Issue
Copy Permalink