Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/etc/rc.d Pull up following revision(s) (requested by rin ...



details:   https://anonhg.NetBSD.org/src/rev/53675e33577d
branches:  netbsd-9
changeset: 934951:53675e33577d
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Jun 20 16:41:57 2020 +0000

description:
Pull up following revision(s) (requested by rin in ticket #966):

        etc/rc.d/postfix: revision 1.19

little bit verbose for slow machines

diffstat:

 etc/rc.d/postfix |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 6ef037714919 -r 53675e33577d etc/rc.d/postfix
--- a/etc/rc.d/postfix  Sat Jun 20 16:38:42 2020 +0000
+++ b/etc/rc.d/postfix  Sat Jun 20 16:41:57 2020 +0000
@@ -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 @@
                        ;;
                esac
        done
+
+       echo "Starting ${name}."
 }
 
 postfix_op()



Home | Main Index | Thread Index | Old Index