aboutsummaryrefslogtreecommitdiff
path: root/net/fakeidentd/files
diff options
context:
space:
mode:
authorDaniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>2015-02-09 08:53:44 -0800
committerTed Hess <thess@kitschensync.net>2015-02-14 12:19:13 -0500
commit0075f283ef969948258371b85ba10db1a3c5a370 (patch)
tree5c443346aac00ec5fb98c900d34e517beb4bbdf1 /net/fakeidentd/files
parent201ef91c321b21eb7369bff1f3be0fa804c6df08 (diff)
fakeidentd: import from oldpackages
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'net/fakeidentd/files')
-rw-r--r--net/fakeidentd/files/fakeidentd.init12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/fakeidentd/files/fakeidentd.init b/net/fakeidentd/files/fakeidentd.init
new file mode 100644
index 000000000..4959ef224
--- /dev/null
+++ b/net/fakeidentd/files/fakeidentd.init
@@ -0,0 +1,12 @@
+#!/bin/sh /etc/rc.common
+# Copyright (C) 2006-2012 OpenWrt.org
+
+START=85
+
+start() {
+ service_start /usr/sbin/fakeidentd -r
+}
+
+stop() {
+ service_stop /usr/sbin/fakeidentd
+}