1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net/pimdd/files/pimdd.in
Hiroki Sato 7984fcdc8f - Add LICENSE.
- Do not override CFLAGS.
- Fix some compiler warnings.
- Take maintainership.
2015-09-07 19:34:40 +00:00

26 lines
399 B
Bash

#!/bin/sh
# $FreeBSD$
#
# PROVIDE: pimdd
# REQUIRE: netif routing
# KEYWORD: nojail
#
# Add the following to /etc/rc.conf[.local] to enable this service
#
# pimdd_enable="YES"
#
. /etc/rc.subr
name="pimdd"
rcvar="${name}_enable"
command="%%PREFIX%%/sbin/${name}"
required_files="%%PREFIX%%/etc/${name}.conf"
extra_commands=reload
load_rc_config $name
: ${pimdd_enable="NO"}
run_rc_command "$1"