pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap Also capture stderr to the log.
details: https://anonhg.NetBSD.org/pkgsrc/rev/29cc74319727
branches: trunk
changeset: 479772:29cc74319727
user: jlam <jlam%pkgsrc.org@localhost>
date: Sun Aug 22 05:02:49 2004 +0000
description:
Also capture stderr to the log.
diffstat:
bootstrap/testbootstrap | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ebdf6953037a -r 29cc74319727 bootstrap/testbootstrap
--- a/bootstrap/testbootstrap Sun Aug 22 04:20:01 2004 +0000
+++ b/bootstrap/testbootstrap Sun Aug 22 05:02:49 2004 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: testbootstrap,v 1.2 2004/08/22 04:20:01 jlam Exp $
+# $NetBSD: testbootstrap,v 1.3 2004/08/22 05:02:49 jlam Exp $
#
# Copyright (c) 2004 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -47,5 +47,5 @@
--sysconfdir=$pwd/pkg/etc \
--pkgdbdir=$pwd/.db \
--ignore-case-check \
- --ignore-user-check | \
+ --ignore-user-check 2>&1 | \
tee BOOTSTRAP.LOG
Home |
Main Index |
Thread Index |
Old Index