port lots of init scripts over to rc.common (more to come)
[openwrt/svn-archive/archive.git] / net / oidentd / files / S85oidentd
index 6f3e05d2e1c101c5f1ca0fc6cd98a706e0d6e35f..a2c04b786c47984272e4a73b2c418644b91b535f 100755 (executable)
@@ -1,3 +1,10 @@
-#!/bin/sh
-/usr/sbin/oidentd -m -f 113
+#!/bin/sh /etc/rc.common
+# Copyright (C) 2006 OpenWrt.org
 
+start() {
+       /usr/sbin/oidentd -m -f 113
+}
+
+stop() {
+       killall oidentd
+}