diff options
| author | Olivier Cochard <olivier@FreeBSD.org> | 2025-09-12 20:38:08 +0200 |
|---|---|---|
| committer | Olivier Cochard <olivier@FreeBSD.org> | 2025-09-23 19:13:13 +0200 |
| commit | 91fed1ce1fb37620c225cd6132b189f0c6de6e45 (patch) | |
| tree | 0693073f127ad63fcd829aeda72343ae83256ed2 | |
| parent | c33d2e6828bfbcf39a8b8a449b4df266de19475b (diff) | |
net/bird3: Fix typo in RC script preventing to start
PR: 289483
Reported by: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl>
(cherry picked from commit 420d05b7005df9206c579502f440aa96fafb87dc)
| -rw-r--r-- | net/bird3/Makefile | 2 | ||||
| -rw-r--r-- | 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 |
