aboutsummaryrefslogtreecommitdiffstats
path: root/testing/boinc/boinc.pre-install
diff options
context:
space:
mode:
authortcely <tcely@users.noreply.github.com>2018-08-12 03:13:12 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2018-09-05 19:18:20 +0000
commit01c926806edd868f2cc1165a922617f59c57d7fd (patch)
treee2c7a58990b874d4b7133ba941dc208a58cba2c2 /testing/boinc/boinc.pre-install
parenta6156d42d446c7d95e50c5bc28ad25e0b2d12046 (diff)
downloadaports-01c926806edd868f2cc1165a922617f59c57d7fd.tar.bz2
aports-01c926806edd868f2cc1165a922617f59c57d7fd.tar.xz
testing/boinc: new aport
http://boinc.berkeley.edu/ Open-source software for volunteer computing and grid computing.
Diffstat (limited to 'testing/boinc/boinc.pre-install')
-rw-r--r--testing/boinc/boinc.pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/boinc/boinc.pre-install b/testing/boinc/boinc.pre-install
new file mode 100644
index 0000000000..29ae950930
--- /dev/null
+++ b/testing/boinc/boinc.pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+addgroup -S boinc 2>/dev/null
+adduser -S -D -h /var/lib/boinc -G boinc -g boinc boinc 2>/dev/null
+
+exit 0