Source-Changes-HG archive

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

[src/trunk]: src/distrib/cdrom Use the public-access rsync entrypoint, not a ...



details:   https://anonhg.NetBSD.org/src/rev/a5479fc2af95
branches:  trunk
changeset: 499853:a5479fc2af95
user:      tv <tv%NetBSD.org@localhost>
date:      Thu Nov 30 21:33:41 2000 +0000

description:
Use the public-access rsync entrypoint, not a ssh-based developer type.

diffstat:

 distrib/cdrom/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 77812a9cce9b -r a5479fc2af95 distrib/cdrom/Makefile
--- a/distrib/cdrom/Makefile    Thu Nov 30 21:31:33 2000 +0000
+++ b/distrib/cdrom/Makefile    Thu Nov 30 21:33:41 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/11/30 00:04:08 tv Exp $
+# $NetBSD: Makefile,v 1.4 2000/11/30 21:33:41 tv Exp $
 #
 # Consult "*.conf" for the configuration variables; this Makefile is typically
 # not edited for basic configuration changes.
@@ -78,8 +78,8 @@
 MACPPC_IBOOTDIR!= cd ${.CURDIR}/macppc_installboot && ${MAKE} print-objdir
 .endif
 
-RSYNC_SITE?=   ftp.netbsd.org:/pub/NetBSD/
-RSYNC_ARGS?=   -va --delete --rsh=ssh
+RSYNC_SITE?=   rsync://rsync.netbsd.org/NetBSD/
+RSYNC_ARGS?=   -va --delete
 RSYNC_EXCLUDE+=        --exclude=/* --exclude=Split --exclude=cdrom
 
 DISTDIR?=      ${.OBJDIR}/download



Home | Main Index | Thread Index | Old Index