aboutsummaryrefslogtreecommitdiffstats
path: root/testing/frr/frr.pre-install
diff options
context:
space:
mode:
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