Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/postinstall remove debugging.



details:   https://anonhg.NetBSD.org/src/rev/cdb2191684dd
branches:  trunk
changeset: 461005:cdb2191684dd
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Nov 12 23:54:34 2019 +0000

description:
remove debugging.

diffstat:

 usr.sbin/postinstall/postinstall.in |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r b0fd493ba39f -r cdb2191684dd usr.sbin/postinstall/postinstall.in
--- a/usr.sbin/postinstall/postinstall.in       Tue Nov 12 21:03:49 2019 +0000
+++ b/usr.sbin/postinstall/postinstall.in       Tue Nov 12 23:54:34 2019 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall.in,v 1.8 2019/10/30 20:24:44 prlw1 Exp $
+# $NetBSD: postinstall.in,v 1.9 2019/11/12 23:54:34 christos Exp $
 #
 # Copyright (c) 2002-2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -2253,7 +2253,6 @@
 
 getcompatlibdirs() {
        for i in $(getarchsubdirs); do
-               echo $i 1>&2
                if [ -d "${DEST_DIR}/usr/lib/$i" ]; then
                        echo /usr/lib/$i
                fi



Home | Main Index | Thread Index | Old Index