3 Commits

Author SHA1 Message Date
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
Natanael Copa
92c2f05e4c main/abuild: fix typo in upgrade script 2011-01-10 14:24:56 +00:00
Natanael Copa
042a94e3e1 main/abuild: create /var/cache/distfiles dir and abuild group 2011-01-10 13:33:34 +00:00