adds mountd. There is still much space for improvement, static mounts and fstab are...
[openwrt/svn-archive/archive.git] / package / mountd / files / mountd.init
diff --git a/package/mountd/files/mountd.init b/package/mountd/files/mountd.init
new file mode 100755 (executable)
index 0000000..b861b5d
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/sh /etc/rc.common
+START=80
+
+start()
+{
+       /sbin/mountd
+}
+
+stop()
+{
+       killall mountd
+}