aboutsummaryrefslogtreecommitdiffstats
path: root/testing/frr/frr.pre-install
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-07-25 21:20:08 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-07-25 21:20:08 +0200
commitdc261cc04036eb515feb5963a3a200e121fc589d (patch)
tree3bf1e34c0f67c274db54597ba4a62d3ae29e23e1 /testing/frr/frr.pre-install
parent693e5b185fa7dcaeca67a070ff4f6e138542ddae (diff)
downloadaports-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-xtesting/frr/frr.pre-install10
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