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/4387c7faa0ca
branches: trunk
changeset: 964621:4387c7faa0ca
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 00667b14ee8b -r 4387c7faa0ca 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