pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files s/pax/pkg_install/ in the u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7caafc38be23
branches:  trunk
changeset: 488556:7caafc38be23
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Feb 03 23:53:23 2005 +0000

description:
s/pax/pkg_install/ in the usage message.

diffstat:

 pkgtools/pkg_install/files/pkg_install2nbcompat |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 1160c16f9b2c -r 7caafc38be23 pkgtools/pkg_install/files/pkg_install2nbcompat
--- a/pkgtools/pkg_install/files/pkg_install2nbcompat   Thu Feb 03 23:47:54 2005 +0000
+++ b/pkgtools/pkg_install/files/pkg_install2nbcompat   Thu Feb 03 23:53:23 2005 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: pkg_install2nbcompat,v 1.1 2004/08/20 22:27:12 jlam Exp $
+#      $NetBSD: pkg_install2nbcompat,v 1.2 2005/02/03 23:53:23 jlam Exp $
 #
 # Copyright (c) 2004 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -37,7 +37,7 @@
 # POSSIBILITY OF SUCH DAMAGE.
 #
 
-if [ $# -lt 1 ]; then echo "pax2nbcompat dest"; exit 1; fi
+if [ $# -lt 1 ]; then echo "pkg_install2nbcompat dest"; exit 1; fi
 
 : ${PKGSRCDIR:=/usr/pkgsrc}
 : ${BSDSRCDIR:=/usr/src}



Home | Main Index | Thread Index | Old Index