pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap Auto-save output by tee-ing into BOOTSTRAP.L...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebdf6953037a
branches:  trunk
changeset: 479771:ebdf6953037a
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Aug 22 04:20:01 2004 +0000

description:
Auto-save output by tee-ing into BOOTSTRAP.LOG (thanks, schmonz!).

diffstat:

 bootstrap/testbootstrap |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a73d5fbc8b81 -r ebdf6953037a bootstrap/testbootstrap
--- a/bootstrap/testbootstrap   Sun Aug 22 03:22:47 2004 +0000
+++ b/bootstrap/testbootstrap   Sun Aug 22 04:20:01 2004 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# $NetBSD: testbootstrap,v 1.1 2004/08/21 06:04:35 jlam Exp $
+# $NetBSD: testbootstrap,v 1.2 2004/08/22 04:20:01 jlam Exp $
 #
 # Copyright (c) 2004 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -47,4 +47,5 @@
        --sysconfdir=$pwd/pkg/etc \
        --pkgdbdir=$pwd/.db \
        --ignore-case-check \
-       --ignore-user-check
+       --ignore-user-check | \
+tee BOOTSTRAP.LOG



Home | Main Index | Thread Index | Old Index