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