projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ar71xx: refresh 2.6.30 patches
[openwrt.git]
/
package
/
mountd
/
files
/
mountd.init
1
#!/bin/sh /etc/rc.common
2
START
=
80
3
4
start
()
5
{
6
/
sbin
/
mountd
7
}
8
9
stop
()
10
{
11
killall mountd
12
}
This page took
0.050299 seconds
and
5
git commands to generate.