projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix typo
[openwrt.git]
/
package
/
rp-pppoe
/
files
/
pppoe-relay.init
1
#!/bin/sh
2
3
DEFAULT
=/
etc
/
default
/
pppoe-relay
4
[
-f
$DEFAULT
] &&
.
$DEFAULT
5
6
case
$1
in
7
start
)
8
pppoe-relay
$OPTIONS
9
;;
10
*)
11
echo
"usage:
$0
(start)"
12
exit
1
13
esac
14
15
exit
$?
This page took
0.045712 seconds
and
5
git commands to generate.