mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 14:29:17 -04:00
14 lines
229 B
Text
14 lines
229 B
Text
# $FreeBSD$
|
|
#
|
|
# PROVIDE sendd
|
|
# REQUIRE NETWORKING
|
|
|
|
. /etc/rc.subr
|
|
|
|
name=sendd
|
|
rcvar="${name}_enable"
|
|
command="%%PREFIX%%/sbin/$name"
|
|
required_files="%%PREFIX%%/etc/${name}/${name}.conf"
|
|
|
|
load_rc_config $name
|
|
run_rc_command "$1"
|