aboutsummaryrefslogtreecommitdiffstats
path: root/testing/netdata/netdata.pre-install
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-25 20:24:07 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-26 18:21:30 +0000
commit8f241cee7b7eb039037329bb29644e5aec47c70a (patch)
tree6d886469132a70222c69ba2a6c94f8aec3c2bdc5 /testing/netdata/netdata.pre-install
parentaa6446420b2bc2c40d9d01165b66dd27d0ec3bb9 (diff)
downloadaports-8f241cee7b7eb039037329bb29644e5aec47c70a.tar.bz2
aports-8f241cee7b7eb039037329bb29644e5aec47c70a.tar.xz
unmaintained/netdata: move from testing
Closes GH-8077
Diffstat (limited to 'testing/netdata/netdata.pre-install')
-rw-r--r--testing/netdata/netdata.pre-install5
1 files changed, 0 insertions, 5 deletions
diff --git a/testing/netdata/netdata.pre-install b/testing/netdata/netdata.pre-install
deleted file mode 100644
index 7bcb4821ae..0000000000
--- a/testing/netdata/netdata.pre-install
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-addgroup -S netdata 2>/dev/null
-adduser -S -D -H -h /dev/null -s /sbin/nologin -G netdata -g netdata netdata 2>/dev/null
-addgroup netdata readproc 2>/dev/null
-exit 0