diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-25 21:20:08 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-07-25 21:20:08 +0200 |
commit | dc261cc04036eb515feb5963a3a200e121fc589d (patch) | |
tree | 3bf1e34c0f67c274db54597ba4a62d3ae29e23e1 /testing/frr/frr.pre-install | |
parent | 693e5b185fa7dcaeca67a070ff4f6e138542ddae (diff) | |
download | aports-dc261cc04036eb515feb5963a3a200e121fc589d.tar.bz2 aports-dc261cc04036eb515feb5963a3a200e121fc589d.tar.xz |
Revert "testing/frr: new aport for free range routing, a fork of quagga"
This reverts commit 6c21984c5b86ca03c72a88927f8c1de0c420e25f.
This aport violates many policy and conventions for writing apkbuilds,
see comments on
https://github.com/alpinelinux/aports/commit/6c21984c5b86ca03c72a88927f8c1de0c420e25f.
Diffstat (limited to 'testing/frr/frr.pre-install')
-rwxr-xr-x | testing/frr/frr.pre-install | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/frr/frr.pre-install b/testing/frr/frr.pre-install deleted file mode 100755 index da608cdcbd..0000000000 --- a/testing/frr/frr.pre-install +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -for g in frr frrvty; do - ! getent group $g > /dev/null && addgroup -S $g -done - -! getent passwd frr > /dev/null && \ - adduser -S -D -h /var/run/frr -s /sbin/nologin -G frr -g frr frr - -adduser frr frrvty |