Module Name:    src
Committed By:   martin
Date:           Sat Feb  3 14:15:01 UTC 2024

Modified Files:
        src/usr.sbin/postinstall [netbsd-10]: postinstall.in

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #573):

        usr.sbin/postinstall/postinstall.in: revision 1.58

postinstall(8): Don't say /etc/openssl/certs.conf already exists.

It's confusing when all the other `postinstall fix' actions are
silent in the event they don't have anything to do.

PR install/57885


To generate a diff of this commit:
cvs rdiff -u -r1.51.2.1 -r1.51.2.2 src/usr.sbin/postinstall/postinstall.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/postinstall/postinstall.in
diff -u src/usr.sbin/postinstall/postinstall.in:1.51.2.1 src/usr.sbin/postinstall/postinstall.in:1.51.2.2
--- src/usr.sbin/postinstall/postinstall.in:1.51.2.1	Mon Sep  4 17:33:28 2023
+++ src/usr.sbin/postinstall/postinstall.in	Sat Feb  3 14:15:00 2024
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall.in,v 1.51.2.1 2023/09/04 17:33:28 martin Exp $
+# $NetBSD: postinstall.in,v 1.51.2.2 2024/02/03 14:15:00 martin Exp $
 #
 # Copyright (c) 2002-2022 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1685,7 +1685,6 @@ do_opensslcertsconf()
 	fix)	# If /etc/openssl/certs.conf is already there, nothing
 		# to do.
 		if [ -r "$certsconf" ]; then
-			msg "/etc/openssl/certs.conf already exists"
 			return 0
 		fi
 

Reply via email to