mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
committed by
Ted Hess
parent
201ef91c32
commit
0075f283ef
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user