git: 420d05b7005d - main - net/bird3: 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:43 UTC
The branch main has been updated by olivier:
URL: https://cgit.FreeBSD.org/ports/commit/?id=420d05b7005df9206c579502f440aa96fafb87dc
commit 420d05b7005df9206c579502f440aa96fafb87dc
Author: Olivier Cochard <olivier@FreeBSD.org>
AuthorDate: 2025-09-12 18:38:08 +0000
Commit: Olivier Cochard <olivier@FreeBSD.org>
CommitDate: 2025-09-12 18:46:04 +0000
net/bird3: Fix typo in RC script preventing to start
PR: 289483
Reported by: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl>
---
net/bird3/Makefile | 2 +-
net/bird3/files/bird.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/bird3/Makefile b/net/bird3/Makefile
index 4ac5d93bd9e2..acc42e457cd8 100644
--- a/net/bird3/Makefile
+++ b/net/bird3/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bird
DISTVERSION= 3.1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= https://bird.nic.cz/download/
PKGNAMESUFFIX= 3
diff --git a/net/bird3/files/bird.in b/net/bird3/files/bird.in
index 91932c656db9..3dcf37f8cf31 100644
--- a/net/bird3/files/bird.in
+++ b/net/bird3/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