summaryrefslogtreecommitdiff
path: root/net/bird/files/bird.in
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-08-04 14:18:52 +0200
committerRene Ladan <rene@FreeBSD.org>2024-08-04 14:18:52 +0200
commitab0c71eb34b37ba8683e820179ca31243cd8d905 (patch)
treec8c75472ce53f9e8a22f3d4d357759e924cbabbe /net/bird/files/bird.in
parentmultimedia/hypnotix: Remove expired port (diff)
net/bird: Remove expired port
2024-07-31 net/bird: Upstream EOL was for the end of 2023
Diffstat (limited to 'net/bird/files/bird.in')
-rw-r--r--net/bird/files/bird.in33
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"