Source-Changes-HG archive

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

[src/trunk]: src/etc/rc.d little bit verbose for slow machines



details:   https://anonhg.NetBSD.org/src/rev/b7a1a20e7023
branches:  trunk
changeset: 458764:b7a1a20e7023
user:      rin <rin%NetBSD.org@localhost>
date:      Fri Aug 09 10:05:44 2019 +0000

description:
little bit verbose for slow machines

diffstat:

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

diffs (20 lines):

diff -r 6a7a5a5cca19 -r b7a1a20e7023 etc/rc.d/postfix
--- a/etc/rc.d/postfix  Fri Aug 09 08:10:39 2019 +0000
+++ b/etc/rc.d/postfix  Fri Aug 09 10:05:44 2019 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postfix,v 1.18 2016/10/30 15:47:06 riastradh Exp $
+# $NetBSD: postfix,v 1.19 2019/08/09 10:05:44 rin Exp $
 #
 
 # PROVIDE: mail
@@ -64,6 +64,8 @@
                        ;;
                esac
        done
+
+       echo "Starting ${name}."
 }
 
 postfix_op()



Home | Main Index | Thread Index | Old Index