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.12 (requested by he):
details: https://anonhg.NetBSD.org/src/rev/114583fa3f75
branches: netbsd-1-4
changeset: 470848:114583fa3f75
user: he <he%NetBSD.org@localhost>
date: Mon Aug 14 14:06:58 2000 +0000
description:
Pull up revision 1.12 (requested by he):
Output ignorable error messages to /dev/null.
diffstat:
lib/checkver | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r b7e7fe4a4ffb -r 114583fa3f75 lib/checkver
--- a/lib/checkver Mon Aug 14 14:04:12 2000 +0000
+++ b/lib/checkver Mon Aug 14 14:06:58 2000 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: checkver,v 1.5.2.2 2000/07/05 20:49:15 he Exp $
+# $NetBSD: checkver,v 1.5.2.3 2000/08/14 14:06:58 he Exp $
#
# Copyright (c) 1998 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -141,7 +141,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