mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Pipe stderr to logger(1) as well.
This commit is contained in:
parent
ba82dcad5b
commit
1b874c1164
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119490
@ -16,7 +16,7 @@ name=nullmailer
|
||||
rcvar=`set_rcvar`
|
||||
nullmailer_user=nullmail
|
||||
command=%%PREFIX%%/sbin/nullmailer-send
|
||||
command_args=" | /usr/bin/logger -i -p local5.info -t nullmail &"
|
||||
command_args=" 2>&1 | /usr/bin/logger -i -p local5.info -t nullmail &"
|
||||
load_rc_config $name
|
||||
run_rc_command "$1"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user