Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> Signed-off-by: Ted Hess <thess@kitschensync.net>
12 lines
172 B
Bash
12 lines
172 B
Bash
#!/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
|
|
}
|