Pull up following revision(s) (requested by rin in ticket #966):
etc/rc.d/postfix: revision 1.19 little bit verbose for slow machines
This commit is contained in:
parent
28bdee825c
commit
b88460a98d
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: postfix,v 1.18 2016/10/30 15:47:06 riastradh Exp $
|
||||
# $NetBSD: postfix,v 1.18.16.1 2020/06/20 16:41:57 martin Exp $
|
||||
#
|
||||
|
||||
# PROVIDE: mail
|
||||
|
@ -64,6 +64,8 @@ postfix_precmd()
|
|||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
echo "Starting ${name}."
|
||||
}
|
||||
|
||||
postfix_op()
|
||||
|
|
Loading…
Reference in New Issue