| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Naming scheme for submodule subpackages is the same as Fedora and
Debian uses.
|
|
|
|
|
|
|
| |
Now all invocations have following order of arguments (if present):
addgroup -S -g ... GROUP
adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
|
|
|
|
| |
It's only for consistency and to ease spotting lack of it.
|
|
- 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.
|