mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
12 lines
215 B
Text
12 lines
215 B
Text
# 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"
|