9 Commits

Author SHA1 Message Date
Przemyslaw Pawelczyk
26abb36b0d testing/[various]: bump pkgrel for pre-install fixes 2016-04-25 07:11:52 +00:00
Przemyslaw Pawelczyk
da4e96aace Reorder arguments passed to addgroup/adduser in scripts.
Now all invocations have following order of arguments (if present):

    addgroup -S -g ... GROUP
    adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
2016-04-25 06:56:47 +00:00
Przemyslaw Pawelczyk
a60b9f07de Improve consistency of scripts using adduser/addgroup.
Following rules have been applied:
- script starts with shebang !#/bin/sh followed by blank line,
- script ends with exit 0 prepended by blank line,
- only stderr of adduser, addgroup or passwd is redirected to /dev/null,
- getent passwd/group instances has been removed,
- manual checking of file and group existence has been removed,
- `|| true` instances has been removed.

Comments and line wrapping have been preserved.
2016-04-25 06:55:43 +00:00
Przemyslaw Pawelczyk
a593d306c9 Add -g option (GECOS/comment) to adduser in scripts.
This way we can avoid ugly default:

    Linux user,,,
2016-04-25 06:54:18 +00:00
Sören Tempel
1646165087 testing/radicale: upgrade to 1.1.1 2016-01-09 18:43:37 +01:00
Natanael Copa
7ff77aa000 testing/radicale: build fix. needs py-setuptools 2015-10-07 07:50:38 +00:00
Sören Tempel
2f231eae98 testing/radicale: upgrade to 1.0.1 2015-10-07 02:42:42 +02:00
Francesco Colista
2104d8f8a4 testing/radicale: upgrade 0.10 2015-08-14 12:46:41 +00:00
Natanael Copa
fe8a40d64b testing/radicale: new aport
A simple CalDAV (calendar) and CardDAV (contact) server
http://radicale.org
2014-11-17 15:11:03 +00:00