diff options
Diffstat (limited to 'net/bird/files/bird.in')
-rw-r--r-- | net/bird/files/bird.in | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/net/bird/files/bird.in b/net/bird/files/bird.in deleted file mode 100644 index 8922eb3230b8..000000000000 --- a/net/bird/files/bird.in +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh - -# PROVIDE: bird dynamicrouting -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# bird_enable (bool): Set to NO by default. -# Set it to YES to enable bird. -# bird_config (path): Set to %%PREFIX%%/etc/bird.conf -# by default. -# - -. /etc/rc.subr - -name="bird" -rcvar=bird_enable - -command=%%PREFIX%%/sbin/${name} - -load_rc_config $name - -extra_commands="reload" - -: ${bird_enable="NO"} -: ${bird_config="%%PREFIX%%/etc/bird.conf"} -: ${bird_group="birdvty"} - -command_args="-P /var/run/${name}.pid -c $bird_config -g $bird_group" - -run_rc_command "$1" |