aboutsummaryrefslogtreecommitdiffstats
path: root/testing/munin/munin-node.pre-install
diff options
context:
space:
mode:
authorStefan Wagner <stw@bit-strickerei.de>2016-09-28 09:52:42 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-10-20 18:29:19 +0200
commite2d96a4d6baf8cd72a79741369119effdd44a21e (patch)
tree58706a046c18d6214333032a46b40fc53a8597ea /testing/munin/munin-node.pre-install
parent4a67aab47b2ad238f0fe84121527e7e95289ef86 (diff)
downloadaports-e2d96a4d6baf8cd72a79741369119effdd44a21e.tar.bz2
aports-e2d96a4d6baf8cd72a79741369119effdd44a21e.tar.xz
community/munin: move from testing
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