Commit Graph

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
Stuart Cardall
8c35305a03 testing/quicktun: rebuild against libsodium 1.0.7 2015-12-09 08:32:15 +00:00
Stuart Cardall
97f4f73164 testing/quicktun: rebuild against libsodium + fix init 2015-11-09 09:56:37 +00:00
Natanael Copa
de63e3f645 testing/quicktun: linux-headers build fix 2014-12-16 14:32:47 +00:00
Johannes Matheis
1da3fdd99e testing/quicktun: added init script and config file 2014-12-16 14:32:47 +00:00
Bartłomiej Piotrowski
086df33c7e testing/quicktun: rebuild against libsodium 1.0.0 2014-10-18 13:52:08 +02:00
Johannes Matheis
ff95d08f90 testing/quicktun: new aport
http://wiki.ucis.nl/QuickTun
Simple and secure VPN software using NaCl encryption
2014-09-01 09:46:39 +00:00