summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjlam <jlam>2005-02-03 23:53:23 +0000
committerjlam <jlam>2005-02-03 23:53:23 +0000
commitfde6232e54719c71e45e7f44e6c58c07efab29e6 (patch)
tree4f643601b1fcc590c964c3a96ae78ccbae1c8a0b /pkgtools
parenta23a8bb9f0dc2323d2d5da84bc0246f91f177f3f (diff)
downloadpkgsrc-fde6232e54719c71e45e7f44e6c58c07efab29e6.tar.gz
s/pax/pkg_install/ in the usage message.
Diffstat (limited to 'pkgtools')
-rwxr-xr-xpkgtools/pkg_install/files/pkg_install2nbcompat4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/pkg_install2nbcompat b/pkgtools/pkg_install/files/pkg_install2nbcompat
index 64b4406ea60..f3d2ada51f8 100755
--- a/pkgtools/pkg_install/files/pkg_install2nbcompat
+++ b/pkgtools/pkg_install/files/pkg_install2nbcompat
@@ -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}