projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
update requested by Oliver Ertl
[openwrt.git]
/
package
/
p910nd
/
files
/
p910nd.init
diff --git
a/package/p910nd/files/p910nd.init
b/package/p910nd/files/p910nd.init
index
44bff5b
..
688090d
100644
(file)
--- a/
package/p910nd/files/p910nd.init
+++ b/
package/p910nd/files/p910nd.init
@@
-8,7
+8,7
@@
PID_F=$RUN_D/p910${PORT-0}d.pid
case $1 in
start)
mkdir -p $RUN_D
- p910nd $OPTIONS
+ p910nd $OPTIONS
$PORT
;;
stop)
[ -f $PID_F ] && kill $(cat $PID_F)
This page took
0.02029 seconds
and
4
git commands to generate.