Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/lib Pull up revision 1.5 (requested by he):
details: https://anonhg.NetBSD.org/src/rev/b4a658709ea7
branches: netbsd-1-4
changeset: 470849:b4a658709ea7
user: he <he%NetBSD.org@localhost>
date: Mon Aug 14 14:07:56 2000 +0000
description:
Pull up revision 1.5 (requested by he):
Output ignorable error messages to /dev/null.
diffstat:
lib/checkvers | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 114583fa3f75 -r b4a658709ea7 lib/checkvers
--- a/lib/checkvers Mon Aug 14 14:06:58 2000 +0000
+++ b/lib/checkvers Mon Aug 14 14:07:56 2000 +0000
@@ -1,5 +1,5 @@
#!/bin/ksh
-# $NetBSD: checkvers,v 1.3 1999/01/27 05:50:29 erh Exp $
+# $NetBSD: checkvers,v 1.3.2.1 2000/08/14 14:07:56 he Exp $
#
# Copyright (c) 1998 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -150,7 +150,7 @@
fi
for f in $libdir ; do
ls $f/lib*.so.*.*
- done > $LIBLIST
+ done > $LIBLIST 2> /dev/null
fi
# Build list from set lists. Parameter may be either
Home |
Main Index |
Thread Index |
Old Index