aboutsummaryrefslogtreecommitdiffstats
path: root/testing/munin/munin-node.pre-install
diff options
context:
space:
mode:
authorStefan Wagner <stw@bit-strickerei.de>2016-08-18 20:01:37 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-18 21:21:06 +0200
commit2f2883cc10692bcb0db5997907b081268fad8d79 (patch)
treed81d38b511465f265bd65324bb46fdfeee4749e6 /testing/munin/munin-node.pre-install
parentbe6dec1f57e2315d6b3e04d81be7d2220edbdf7f (diff)
downloadaports-2f2883cc10692bcb0db5997907b081268fad8d79.tar.bz2
aports-2f2883cc10692bcb0db5997907b081268fad8d79.tar.xz
testing/[various]: move to community
Diffstat (limited to 'testing/munin/munin-node.pre-install')
-rw-r--r--testing/munin/munin-node.pre-install10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/munin/munin-node.pre-install b/testing/munin/munin-node.pre-install
deleted file mode 100644
index 7352cf2fdd..0000000000
--- a/testing/munin/munin-node.pre-install
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-username=munin
-groupname="$username"
-
-addgroup -S "$username" 2>/dev/null
-adduser -S -D -H -h /run/"$username" -s /sbin/nologin -G "$groupname" \
- -g "$username" "$username" 2>/dev/null
-
-exit 0