summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/bpm
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-03-30 15:28:08 +0000
committertv <tv@pkgsrc.org>2004-03-30 15:28:08 +0000
commit9e75df93f92900987af915040372ac2d6f496b64 (patch)
tree00133ea7b3f5b42c1335dca93ebd186f802f6994 /pkgtools/pkg_install/files/bpm
parent7e882505c689638a026e0aa2d415ea23965b642f (diff)
downloadpkgsrc-9e75df93f92900987af915040372ac2d6f496b64.tar.gz
Sync with 20040330.
Diffstat (limited to 'pkgtools/pkg_install/files/bpm')
-rw-r--r--pkgtools/pkg_install/files/bpm/bpm.14
-rw-r--r--pkgtools/pkg_install/files/bpm/bpm.sh4
2 files changed, 4 insertions, 4 deletions
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`