daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb
10 lines
92 B
Bash
10 lines
92 B
Bash
#!/bin/ksh
|
|
|
|
daemon="${TRUEPREFIX}/sbin/olsrd"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|