aboutsummaryrefslogtreecommitdiffstats
path: root/testing/radicale/radicale.pre-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-17 15:05:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-17 15:11:03 +0000
commitfe8a40d64b351377da03643018854dc4d8856bc6 (patch)
treef12b7c97a858b05859332b2a0359163678e33e4d /testing/radicale/radicale.pre-install
parent8387c17e377233fcfc30260c5bd3c8f291cd191a (diff)
downloadaports-fe8a40d64b351377da03643018854dc4d8856bc6.tar.bz2
aports-fe8a40d64b351377da03643018854dc4d8856bc6.tar.xz
testing/radicale: new aport
A simple CalDAV (calendar) and CardDAV (contact) server http://radicale.org
Diffstat (limited to 'testing/radicale/radicale.pre-install')
-rw-r--r--testing/radicale/radicale.pre-install7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/radicale/radicale.pre-install b/testing/radicale/radicale.pre-install
new file mode 100644
index 0000000000..11450050b5
--- /dev/null
+++ b/testing/radicale/radicale.pre-install
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+name=radicale
+addgroup -S $name 2>/dev/null
+adduser -S -H -h /var/lib/$name -s /sbin/nologin -D -G $name $name 2>/dev/null
+addgroup $name $name 2>/dev/null
+exit 0