FreeBSD Bugzilla – Attachment 198963 Details for
Bug 232231
net/bird: patch - wrong LSA collision detection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add birdvty user - v2
patch-VRSNBSD-192.patch (text/plain), 1.54 KB, created by
Asbjorn Mikkelsen
on 2018-11-05 12:15:58 UTC
(
hide
)
Description:
add birdvty user - v2
Filename:
MIME Type:
Creator:
Asbjorn Mikkelsen
Created:
2018-11-05 12:15:58 UTC
Size:
1.54 KB
patch
obsolete
>From 16265becf64a30327d06ae769d8a184e553ce8e4 Mon Sep 17 00:00:00 2001 >From: Julien Charbon <jcharbon@verisign.com> >Date: Mon, 7 Dec 2015 13:26:43 +0000 >Subject: [PATCH] [VRSNBSD-192]: Create birdvty group at installation time and > use it at launch time. > >--- > GIDs | 2 +- > net/bird/files/bird.in | 3 ++- > net/bird/files/bird6.in | 3 ++- > 3 files changed, 5 insertions(+), 3 deletions(-) > >diff --git a/GIDs b/GIDs >index 27c400a40bc6..796c0787213b 100644 >--- a/GIDs >+++ b/GIDs >@@ -442,7 +442,7 @@ alertmanager:*:479: > # free: 499 > # free: 500 > # free: 501 >-# free: 502 >+birdvty:*:502: > # free: 503 > # free: 504 > _bbstored:*:505: >diff --git a/net/bird/files/bird.in b/net/bird/files/bird.in >index e2f7223be393..9bfc89ac4b2c 100644 >--- a/net/bird/files/bird.in >+++ b/net/bird/files/bird.in >@@ -28,7 +28,8 @@ 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" >+command_args="-P /var/run/${name}.pid -c $bird_config -g $bird_group" > > run_rc_command "$1" >diff --git a/net/bird/files/bird6.in b/net/bird/files/bird6.in >index 8fab16e013df..304e877fc519 100644 >--- a/net/bird/files/bird6.in >+++ b/net/bird/files/bird6.in >@@ -28,7 +28,8 @@ extra_commands="reload" > > : ${bird6_enable="NO"} > : ${bird6_config="%%PREFIX%%/etc/bird6.conf"} >+: ${bird6_group="birdvty"} > >-command_args="-P /var/run/${name}.pid -c $bird6_config" >+command_args="-P /var/run/${name}.pid -c $bird6_config -g $bird6_group" > > run_rc_command "$1" >-- >2.19.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 232231
:
198106
|
198107
|
198108
| 198963 |
198965