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:
martin 2020-06-20 16:41:57 +00:00
parent 28bdee825c
commit b88460a98d
1 changed files with 3 additions and 1 deletions

View File

@ -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()