diff options
author | Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> | 2015-02-09 08:53:44 -0800 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2015-02-14 12:19:13 -0500 |
commit | 0075f283ef969948258371b85ba10db1a3c5a370 (patch) | |
tree | 5c443346aac00ec5fb98c900d34e517beb4bbdf1 /net/fakeidentd/files | |
parent | 201ef91c321b21eb7369bff1f3be0fa804c6df08 (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.init | 12 |
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 +} |