summaryrefslogtreecommitdiff
path: root/mk/bulk/upload
diff options
context:
space:
mode:
authorgrant <grant>2004-02-25 09:20:59 +0000
committergrant <grant>2004-02-25 09:20:59 +0000
commit2d1b07bc3b48d974542ca06365dd45e38b7cd612 (patch)
treedbfa86271bea90a0faf6fb65cef8740e19b4146e /mk/bulk/upload
parent75c3389be59fed7bc2f733adc825e77d41830462 (diff)
downloadpkgsrc-2d1b07bc3b48d974542ca06365dd45e38b7cd612.tar.gz
s/netbsd.org/NetBSD.org/
Diffstat (limited to 'mk/bulk/upload')
-rw-r--r--mk/bulk/upload8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/bulk/upload b/mk/bulk/upload
index 050106304d0..bd58936b235 100644
--- a/mk/bulk/upload
+++ b/mk/bulk/upload
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: upload,v 1.14 2004/02/16 20:25:35 hubertf Exp $
+# $NetBSD: upload,v 1.15 2004/02/25 09:20:59 grant Exp $
#
# Upload non-restricted binary pkgs to ftp server
@@ -32,17 +32,17 @@ if [ -z "$RSYNC_DST_SPECIFIC" -o -z "$RSYNC_DST_OTHER" ]; then
echo "RSYNC_DST_SPECIFIC should be set to the destination for packages"
echo "which have the OSVERSION_SPECIFIC flag set. I.e., the complete OS"
echo "version number is required. For example:"
- echo " user@ftp.netbsd.org:/pub/NetBSD/packages/1.5.1/alpha"
+ echo " user@ftp.NetBSD.org:/pub/NetBSD/packages/1.5.1/alpha"
echo " "
echo "RSYNC_DST_OTHER should be set to the destination for packages"
echo "which do _not_ have the OSVERSION_SPECIFIC flag set. I.e., only"
echo "the major.minor release string is used. For example, on a 1.5.1"
echo "alpha system you would use:"
- echo " user@ftp.netbsd.org:/pub/NetBSD/packages/1.5/alpha"
+ echo " user@ftp.NetBSD.org:/pub/NetBSD/packages/1.5/alpha"
echo "If you are building from pkgsrc current, set the destination"
echo "to major.minor-latest. For example, on a 1.6.1 m68k system where"
echo "building pkgsrc current (assuming pkgsrc-1-6 is already built):"
- echo " user@ftp.netbsd.org:/pub/NetBSD/packages/1.6-latest/m68k"
+ echo " user@ftp.NetBSD.org:/pub/NetBSD/packages/1.6-latest/m68k"
echo " "
exit 1
fi