mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
procd: convert various packages to procd style init.d scripts
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38023 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -8,7 +8,6 @@ STOP=89
|
||||
USE_PROCD=1
|
||||
NAME=logread
|
||||
PROG=/sbin/logread
|
||||
PIDCOUNT=1
|
||||
|
||||
start_service_file()
|
||||
{
|
||||
@@ -24,8 +23,6 @@ start_service_file()
|
||||
procd_set_param command "$PROG" -f -F "$log_file" -p "$pid_file"
|
||||
[ -n "${log_size}" ] && procd_append_param command -S "$log_size"
|
||||
procd_close_instance
|
||||
|
||||
PIDCOUNT="$(( ${PIDCOUNT} + 1))"
|
||||
}
|
||||
|
||||
start_service_remote()
|
||||
@@ -43,8 +40,6 @@ start_service_remote()
|
||||
procd_set_param command "$PROG" -f -r "$log_ip" "${log_port:-514}" -p "$pid_file"
|
||||
[ "${log_proto}" != "udp" ] || procd_append_param command -u
|
||||
procd_close_instance
|
||||
|
||||
PIDCOUNT="$(( ${PIDCOUNT} + 1))"
|
||||
}
|
||||
|
||||
service_triggers()
|
||||
|
||||
Reference in New Issue
Block a user