diff options
author | tv <tv@pkgsrc.org> | 2004-03-30 15:28:08 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-03-30 15:28:08 +0000 |
commit | 66eb8fd945ac273ceff7f7de588bf296d0eb80e4 (patch) | |
tree | 00133ea7b3f5b42c1335dca93ebd186f802f6994 /pkgtools | |
parent | 1922204597b9075634763104ac0d37e6895f4461 (diff) | |
download | pkgsrc-66eb8fd945ac273ceff7f7de588bf296d0eb80e4.tar.gz |
Sync with 20040330.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/admin/pkg_admin.1 | 6 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/bpm/bpm.1 | 4 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/bpm/bpm.sh | 4 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/lib/version.h | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/pkgtools/pkg_install/files/admin/pkg_admin.1 b/pkgtools/pkg_install/files/admin/pkg_admin.1 index cd4dec35c69..3d89b676880 100644 --- a/pkgtools/pkg_install/files/admin/pkg_admin.1 +++ b/pkgtools/pkg_install/files/admin/pkg_admin.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_admin.1,v 1.6 2004/02/07 10:37:52 grant Exp $ +.\" $NetBSD: pkg_admin.1,v 1.7 2004/03/30 15:28:08 tv Exp $ .\" .\" Copyright (c) 1999-2002 Hubert Feyrer. All rights reserved. .\" @@ -75,14 +75,14 @@ taken from the value of the environment variable if it's set, otherwise it defaults to .Pa /var/db/pkg . .It Fl S -Set the shell glob pattern for package suffices when matching package +Set the shell glob pattern for package suffixes when matching package names for .Cm lsall and .Cm lsbest to be the null suffix. .It Fl s Ar sfx_pattern -Set the shell glob pattern for package suffices when matching package +Set the shell glob pattern for package suffixes when matching package names for .Cm lsall and diff --git a/pkgtools/pkg_install/files/bpm/bpm.1 b/pkgtools/pkg_install/files/bpm/bpm.1 index a9e63c15b95..8da4ee2f623 100644 --- a/pkgtools/pkg_install/files/bpm/bpm.1 +++ b/pkgtools/pkg_install/files/bpm/bpm.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: bpm.1,v 1.1 2004/01/14 23:55:29 jlam Exp $ */ +.\" $NetBSD: bpm.1,v 1.2 2004/03/30 15:28:08 tv Exp $ */ .\" .\" .\" Copyright (c) 2003 Alistair G. Crooks. All rights reserved. @@ -54,7 +54,7 @@ The following command-line options are supported: .It Fl b Ar baseURL Specify a base URL from which to download binary packages. The default URL is -.Pa ftp://ftp.netbsd.org/pub/NetBSD/packages . +.Pa ftp://ftp.NetBSD.org/pub/NetBSD/packages . .It Fl h Print a help message and then exit. .It Fl m Ar machine diff --git a/pkgtools/pkg_install/files/bpm/bpm.sh b/pkgtools/pkg_install/files/bpm/bpm.sh index f12f8fcd0a6..eb6361bac8d 100644 --- a/pkgtools/pkg_install/files/bpm/bpm.sh +++ b/pkgtools/pkg_install/files/bpm/bpm.sh @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: bpm.sh,v 1.1 2004/01/14 23:55:29 jlam Exp $ +# $NetBSD: bpm.sh,v 1.2 2004/03/30 15:28:08 tv Exp $ # # Copyright (c) 2003 Alistair G. Crooks. All rights reserved. # @@ -81,7 +81,7 @@ tmpcategories=/tmp/categories.$$ tmppackages=/tmp/packages.$$ # some base parameters -base=ftp://ftp.netbsd.org/pub/NetBSD/packages +base=ftp://ftp.NetBSD.org/pub/NetBSD/packages release=`${unameprog} -r | ${sedprog} -e 's/_STABLE//'` machine=`${unameprog} -m` diff --git a/pkgtools/pkg_install/files/lib/version.h b/pkgtools/pkg_install/files/lib/version.h index 4b92bb5a2d8..63e80833857 100644 --- a/pkgtools/pkg_install/files/lib/version.h +++ b/pkgtools/pkg_install/files/lib/version.h @@ -1,4 +1,4 @@ -/* $NetBSD: version.h,v 1.23 2004/02/07 10:37:53 grant Exp $ */ +/* $NetBSD: version.h,v 1.24 2004/03/30 15:28:08 tv Exp $ */ /* * Copyright (c) 2001 Thomas Klausner. All rights reserved. @@ -33,6 +33,6 @@ #ifndef _INST_LIB_VERSION_H_ #define _INST_LIB_VERSION_H_ -#define PKGTOOLS_VERSION "20040115" +#define PKGTOOLS_VERSION "20040330" #endif /* _INST_LIB_VERSION_H_ */ |