Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pkgviews]: src/usr.sbin/pkg_install/view Add "*, v" (RCS revision files) ...
details: https://anonhg.NetBSD.org/src/rev/3b4b9619096f
branches: pkgviews
changeset: 534240:3b4b9619096f
user: jlam <jlam%NetBSD.org@localhost>
date: Mon Jul 28 21:55:36 2003 +0000
description:
Add "*,v" (RCS revision files) to the list of scratch files to skip;
suggested by Alistair Crooks.
diffstat:
usr.sbin/pkg_install/view/pkg_view.1 | 4 ++--
usr.sbin/pkg_install/view/pkg_view.sh | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (38 lines):
diff -r 6e780c54daa2 -r 3b4b9619096f usr.sbin/pkg_install/view/pkg_view.1
--- a/usr.sbin/pkg_install/view/pkg_view.1 Fri Jul 25 18:47:47 2003 +0000
+++ b/usr.sbin/pkg_install/view/pkg_view.1 Mon Jul 28 21:55:36 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_view.1,v 1.1.2.6 2003/07/25 18:47:47 jlam Exp $
+.\" $NetBSD: pkg_view.1,v 1.1.2.7 2003/07/28 21:55:36 jlam Exp $
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -155,7 +155,7 @@
is a space-separated list of shell glob patterns that match files relative
to the
.Ar package
-directory, and it defaults to "info/dir *[~#] *.OLD *.orig".
+directory, and it defaults to "info/dir *[~#] *.OLD *.orig *,v".
.It Ev PKG_VIEW
The default view can be specified in the
.Ev PKG_VIEW
diff -r 6e780c54daa2 -r 3b4b9619096f usr.sbin/pkg_install/view/pkg_view.sh
--- a/usr.sbin/pkg_install/view/pkg_view.sh Fri Jul 25 18:47:47 2003 +0000
+++ b/usr.sbin/pkg_install/view/pkg_view.sh Mon Jul 28 21:55:36 2003 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: pkg_view.sh,v 1.1.2.17 2003/07/25 18:47:48 jlam Exp $
+# $NetBSD: pkg_view.sh,v 1.1.2.18 2003/07/28 21:55:36 jlam Exp $
#
# Copyright (c) 2001 Alistair G. Crooks. All rights reserved.
@@ -71,7 +71,7 @@
stowdir=""
prefix=${PREFIX:-/usr/pkg}
view=${PKG_VIEW:-""}
-ignorefiles=${PLIST_IGNORE_FILES:-"info/dir *[~#] *.OLD *.orig"}
+ignorefiles=${PLIST_IGNORE_FILES:-"info/dir *[~#] *.OLD *.orig *,v"}
dflt_pkg_dbdir=${PKG_DBDIR:-/var/db/pkg}
while [ $# -gt 0 ]; do
Home |
Main Index |
Thread Index |
Old Index