diff options
author | Olivier Cochard <olivier@FreeBSD.org> | 2025-09-12 20:33:04 +0200 |
---|---|---|
committer | Olivier Cochard <olivier@FreeBSD.org> | 2025-09-12 20:46:03 +0200 |
commit | 6a89ec396d734f2ad63fe5c68da4172fefdd8ff8 (patch) | |
tree | 141cdedcfc06f2a4d1fbb4c52e0ba308f8f347c2 | |
parent | net/sslh: Update to 2.3.0 (diff) |
net/bird2: Fix typo in RC script preventing to start
PR: 289483
Reported by: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl>
-rw-r--r-- | net/bird2/Makefile | 1 | ||||
-rw-r--r-- | net/bird2/files/bird.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/bird2/Makefile b/net/bird2/Makefile index 308eb8a9324b..512c5c3de83e 100644 --- a/net/bird2/Makefile +++ b/net/bird2/Makefile @@ -1,5 +1,6 @@ PORTNAME= bird DISTVERSION= 2.17.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://bird.nic.cz/download/ PKGNAMESUFFIX= 2 diff --git a/net/bird2/files/bird.in b/net/bird2/files/bird.in index 91932c656db9..3dcf37f8cf31 100644 --- a/net/bird2/files/bird.in +++ b/net/bird2/files/bird.in @@ -1,7 +1,7 @@ #!/bin/sh # PROVIDE: bird dynamicrouting -# REQUIRE: DAEMONS +# REQUIRE: DAEMON # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf |