- Switched order of install targets to prevent incorrect ownership on a
pipe, resulting in daemon startup failure - Bumped PORTREVISION Reported by: Jason Helfman <jhelfman@e-e.com> (via email)
This commit is contained in:
parent
143c7fa347
commit
44ac54edbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274228
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= nullmailer
|
||||
PORTVERSION= 1.05
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://untroubled.org/nullmailer/ \
|
||||
|
@ -48,7 +48,7 @@ MAN7= nullmailer.7
|
|||
MAN8= nullmailer-queue.8 nullmailer-send.8
|
||||
|
||||
post-install:
|
||||
@cd ${WRKSRC} && make install-root install-data
|
||||
@cd ${WRKSRC} && make install-data install-root
|
||||
|
||||
# Append commands that reference the nullmailer user to the plist, because
|
||||
# we need to ensure that the account has been created by bsd.port.mk by
|
||||
|
|
|
@ -20,8 +20,8 @@ command=/usr/sbin/daemon
|
|||
procname=%%PREFIX%%/sbin/nullmailer-send
|
||||
command_args=" -cf -u %%NULLMAIL_USER%% /bin/sh -c '$procname | /usr/bin/logger -i -p mail.info -t $name'"
|
||||
|
||||
load_rc_config $name
|
||||
load_rc_config "$name"
|
||||
|
||||
: nullmailer_enable=${nullmailer_enable:=NO}
|
||||
: ${nullmailer_enable="NO"}
|
||||
|
||||
run_rc_command "$1"
|
||||
|
|
Loading…
Reference in a new issue