Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve consistency of scripts using adduser/addgroup. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -0/+1 |
| | | | | | | | | | | | | 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. | ||||
* | Add -g option (GECOS/comment) to adduser in scripts. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | | | | | | This way we can avoid ugly default: Linux user,,, | ||||
* | testing/socklog: pkgrel bump | Stuart Cardall | 2015-07-27 | 1 | -1/+1 |
| | | | | to trigger a rebuild | ||||
* | testing/socklog: add post-install script | Stuart Cardall | 2015-07-16 | 2 | -1/+22 |
| | | | | This sets up logging with runit (tested with logs from tinyssh). | ||||
* | testing/socklog: new aport | Stuart Cardall | 2015-05-21 | 1 | -0/+49 |
works with runit to give rotated logs without cron. |