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