mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
10 lines
97 B
Bash
10 lines
97 B
Bash
#!/bin/sh
|
|
#
|
|
|
|
case "$1" in
|
|
start|restart)
|
|
%%PREFIX%%/sbin/env4801 -i
|
|
;;
|
|
stop)
|
|
;;
|
|
esac
|