git: 6a89ec396d73 - main - net/bird2: Fix typo in RC script preventing to start
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Sep 2025 18:46:42 UTC
The branch main has been updated by olivier:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6a89ec396d734f2ad63fe5c68da4172fefdd8ff8
commit 6a89ec396d734f2ad63fe5c68da4172fefdd8ff8
Author: Olivier Cochard <olivier@FreeBSD.org>
AuthorDate: 2025-09-12 18:33:04 +0000
Commit: Olivier Cochard <olivier@FreeBSD.org>
CommitDate: 2025-09-12 18:46:03 +0000
net/bird2: Fix typo in RC script preventing to start
PR: 289483
Reported by: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl>
---
net/bird2/Makefile | 1 +
net/bird2/files/bird.in | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
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