aboutsummaryrefslogtreecommitdiffstats
path: root/main/cups/cups.pre-install
Commit message (Collapse)AuthorAgeFilesLines
* Improve consistency of scripts using adduser/addgroup.Przemyslaw Pawelczyk2016-04-251-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 Pawelczyk2016-04-251-1/+1
| | | | | | This way we can avoid ugly default: Linux user,,,
* main/cups: fix typo, lpd backendIsaac Dunham2014-07-011-1/+1
| | | | | | | 'ldadmin' for 'lpadmin' kept cups from starting. 'lpd' failed with errno=EINVAL on musl, thanks to passing bind a struct sockaddr{,_in,_in6,_un} with a reported size of 256. This resulted in lpd print support being unusable.
* main/cups: misc fixesNatanael Copa2012-02-191-0/+7
- the doc files is needed for the web interface - we need openssl for automatic https - create lpadmin group from pre-install