ports/sysutils/env4801/files/env4801.sh.in
Mathieu Arnold 7b46a49633 Don't echo in post-install, use pkg-message. Also, don't "fix"
pkg-message in post-install, use SUB_FILES/SUB_LIST.

Sponsored by:	Absolight
2016-07-18 16:41:19 +00:00

10 lines
97 B
Bash

#!/bin/sh
#
case "$1" in
start|restart)
%%PREFIX%%/sbin/env4801 -i
;;
stop)
;;
esac