projects
/
openwrt
/
svn-archive
/
archive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add opennhrp (based on a patch by Jakob Pfeiffer)
[openwrt/svn-archive/archive.git]
/
net
/
opennhrp
/
files
/
opennhrp.init
1
#!/bin/sh /etc/rc.common
2
# Copyright (C) 2009 OpenWrt.org
3
START
=
50
4
# Copyright (C) 2009 Jakob Pfeiffer
5
6
start
() {
7
/
usr
/
sbin
/
opennhrp
-d
8
}
9
10
stop
() {
11
killall opennhrp
12
}
13