| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Permissions of this file have been changed by accident in
5eb316d2be8af57a3d50d0da17f1e3e0be82c935.
|
|
|
|
|
|
|
|
|
|
| |
Other OpenRC services don't output anything on standard error unless
something is not ok as well. The message `configuration OK` is useless.
This change checks the exit status first and only emits the output of
`smtpd -n` if the configuration is invalid.
See also: https://gitlab.alpinelinux.org/alpine/aports/merge_requests/2940#note_62647
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/var/mail is used from /usr/include/paths.h if not set,
So set --with-path-mbox=/var/spool/mail to fix spoll path
from /var/mail to /var/spool/mail.
change libexec prefix --libexecdir=/usr/lib. So now full path
is /usr/lib/opensmtpd, not /usr/lib/opensmtpd/opensmtpd
remove post-install script. There is no need to run 'newaliases' because
in default config aliases table use file: driver, not db: driver
remove empty /usr/bin directory
in init-script explictly set 'name' and 'command' variables to not
be dependent on script name.
|
|
|
|
|
|
| |
Removes old LibreSSL patch that seems to be checked properly now,
and fix some incorrect config.h checking. Also refactors the initd
script to be more natural/declarative.
|
|
|