aboutsummaryrefslogtreecommitdiffstats
path: root/main/nginx/nginx-common.pre-install
Commit message (Collapse)AuthorAgeFilesLines
* main/nginx: use dynamic modules where possible, add new subpackagesJakub Jirutka2016-08-151-8/+0
| | | | | Naming scheme for submodule subpackages is the same as Fedora and Debian uses.
* Reorder arguments passed to addgroup/adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
* Reorder options passed to adduser in scripts: make -S first.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | It's only for consistency and to ease spotting lack of it.
* main/nginx: completely rewritten, all nginx-* packages are assembled in this oneValery Kartel2016-02-101-0/+8
- nginx-common - config-files, init-scripts and common data - nginx - binary without external modules - nginx-rtmp - binary with rtmp module - nginx-lua - binary with rtmp and lua modules - init-script cleaned up to be more openrc-run'ed - logrotate cleaned up to use new init-script Packages main/nginx-initscripts and main/nginx-lua no longer needed.