From d2ca939b7f712c6c0986669e9a132126b96ea375 Mon Sep 17 00:00:00 2001 From: Arthur Jones Date: Mon, 4 Jun 2018 15:56:13 -0700 Subject: testing/frr: new aport for free range routing, a fork of quagga FRRouting is free software that implements and manages various IPv4 and IPv6 routing protocols. Currently FRRouting supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1, RIPv2, RIPng, IS-IS, PIM-SM/MSDP, LDP and Babel as well as very early support for EIGRP and NHRP. During PR review, fix for openrc-run issue discovered and fix contributed by Hidde Van der Heide. fixes #8795 --- testing/frr/frr.pre-install | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 testing/frr/frr.pre-install (limited to 'testing/frr/frr.pre-install') diff --git a/testing/frr/frr.pre-install b/testing/frr/frr.pre-install new file mode 100755 index 0000000000..2584eb7142 --- /dev/null +++ b/testing/frr/frr.pre-install @@ -0,0 +1,10 @@ +#!/bin/sh + +for g in frr frrvty; do + addgroup -S $g 2>/dev/null +done + +adduser -S -D -H -h /var/run/frr -s /sbin/nologin -G frr -g frr frr 2>/dev/null +adduser frr frrvty 2>/dev/null + +exit 0 -- cgit v1.2.3