projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
install in /usr instead of /usr/local/,
[openwrt.git]
/
package
/
rp-pppoe
/
files
/
pppoe-client.init
1
#!/bin/sh
2
3
case
"
$1
"
in
4
start|stop
)
5
adsl-
$1
6
;;
7
*)
8
echo
"usage:
$0
{start|stop}"
9
exit
1
10
esac
11
12
exit
$?
This page took
0.045378 seconds
and
5
git commands to generate.