adds mountd. There is still much space for improvement, static mounts and fstab are...
[openwrt/svn-archive/archive.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 }