aboutsummaryrefslogtreecommitdiffstats
path: root/testing/utmps/utmps.pre-install
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-06 10:48:12 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-07 09:34:07 -0300
commit884e0efe0196ae2398a186ee732e4892b279a0cf (patch)
tree65f66ac467e32b3a28e9d4a543199e12b9ec5d57 /testing/utmps/utmps.pre-install
parentea1b97fa3fdec4a005f63553814072b6a07b599d (diff)
downloadaports-884e0efe0196ae2398a186ee732e4892b279a0cf.tar.bz2
aports-884e0efe0196ae2398a186ee732e4892b279a0cf.tar.xz
community/utmps: move from testing
Diffstat (limited to 'testing/utmps/utmps.pre-install')
-rw-r--r--testing/utmps/utmps.pre-install6
1 files changed, 0 insertions, 6 deletions
diff --git a/testing/utmps/utmps.pre-install b/testing/utmps/utmps.pre-install
deleted file mode 100644
index 6db960686c..0000000000
--- a/testing/utmps/utmps.pre-install
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-addgroup -S utmp 2>/dev/null
-adduser -S -D -H -s /bin/false -G utmp -g utmp utmp 2>/dev/null
-echo 'Run "rc-update add s6 default; rc-update add utmps default" to automatically start the utmpd and wtmpd services at boot time.' 1>&2
-exit 0