Module Name: src
Committed By: martin
Date: Sat Jun 20 16:41:57 UTC 2020
Modified Files:
src/etc/rc.d [netbsd-9]: postfix
Log Message:
Pull up following revision(s) (requested by rin in ticket #966):
etc/rc.d/postfix: revision 1.19
little bit verbose for slow machines
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.18.16.1 src/etc/rc.d/postfix
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/rc.d/postfix
diff -u src/etc/rc.d/postfix:1.18 src/etc/rc.d/postfix:1.18.16.1
--- src/etc/rc.d/postfix:1.18 Sun Oct 30 15:47:06 2016
+++ src/etc/rc.d/postfix Sat Jun 20 16:41:57 2020
@@ -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()