8 lines
81 B
Bash
8 lines
81 B
Bash
#!/bin/ksh
|
|
|
|
daemon="${TRUEPREFIX}/sbin/isisd -d"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_cmd $1
|