opensmtpd: use -F to stay in foreground and keep using syslog.
This commit is contained in:
parent
055c0e25a8
commit
f0cdfaebe7
@ -1,2 +0,0 @@
|
||||
#!/bin/sh
|
||||
exec logger -p mail.notice -t opensmtpd
|
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec smtpd -d 2>&1
|
||||
exec smtpd -F 2>&1
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Template file for 'opensmtpd'
|
||||
pkgname=opensmtpd
|
||||
version=6.0.0p1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--sysconfdir=/etc/smtpd --sbindir=/usr/bin
|
||||
--with-path-socket=/run --with-mantype=doc --with-pie --with-table-db
|
||||
|
Loading…
x
Reference in New Issue
Block a user