Module Name: src
Committed By: christos
Date: Tue Nov 12 23:54:34 UTC 2019
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
remove debugging.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 src/usr.sbin/postinstall/postinstall.in:1.9
--- src/usr.sbin/postinstall/postinstall.in:1.8 Wed Oct 30 16:24:44 2019
+++ src/usr.sbin/postinstall/postinstall.in Tue Nov 12 18:54:34 2019
@@ -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 @@ getarchsubdirs() {
getcompatlibdirs() {
for i in $(getarchsubdirs); do
- echo $i 1>&2
if [ -d "${DEST_DIR}/usr/lib/$i" ]; then
echo /usr/lib/$i
fi