fakeidentd: import from oldpackages

Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
Daniel Gimpelevich
2015-02-09 08:53:44 -08:00
committed by Ted Hess
parent 201ef91c32
commit 0075f283ef
2 changed files with 60 additions and 0 deletions
+12
View File
@@ -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
}