projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
sync linux-2.6 makefile with the 2.4 one (will move some parts to a shared makefile...
[openwrt.git]
/
openwrt
/
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.045011 seconds
and
5
git commands to generate.