pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/scrollkeeper/files Don't hide messages when c...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ffcc5ffd771a
branches: trunk
changeset: 470238:ffcc5ffd771a
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sun Mar 07 11:53:43 2004 +0000
description:
Don't hide messages when calling scrollkeeper-update; the only ones that may
appear are errors and/or warnings, and we want these to be shown to catch
possible problems ASAP.
diffstat:
textproc/scrollkeeper/files/install.tmpl | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 93c0eee9cb55 -r ffcc5ffd771a textproc/scrollkeeper/files/install.tmpl
--- a/textproc/scrollkeeper/files/install.tmpl Sun Mar 07 11:53:00 2004 +0000
+++ b/textproc/scrollkeeper/files/install.tmpl Sun Mar 07 11:53:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: install.tmpl,v 1.2 2003/06/20 10:49:57 jmmv Exp $
+# $NetBSD: install.tmpl,v 1.3 2004/03/07 11:53:43 jmmv Exp $
SCROLLKEEPER_DATADIR="@SCROLLKEEPER_DATADIR@"
SCROLLKEEPER_REBUILDDB="@SCROLLKEEPER_REBUILDDB@"
@@ -6,9 +6,9 @@
case ${STAGE} in
POST-INSTALL)
- ${SCROLLKEEPER_UPDATEDB} -q -p ${SCROLLKEEPER_DATADIR}/db > /dev/null 2>&1
+ ${SCROLLKEEPER_UPDATEDB} -q -p ${SCROLLKEEPER_DATADIR}/db
;;
DEINSTALL)
- ${SCROLLKEEPER_UPDATEDB} -q -p ${SCROLLKEEPER_DATADIR}/db > /dev/null 2>&1
+ ${SCROLLKEEPER_UPDATEDB} -q -p ${SCROLLKEEPER_DATADIR}/db
;;
esac
Home |
Main Index |
Thread Index |
Old Index