From owner-freebsd-bugs Tue Dec 8 19:30:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA23141 for freebsd-bugs-outgoing; Tue, 8 Dec 1998 19:30:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA23098 for ; Tue, 8 Dec 1998 19:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA02081; Tue, 8 Dec 1998 19:30:01 -0800 (PST) Date: Tue, 8 Dec 1998 19:30:01 -0800 (PST) Message-Id: <199812090330.TAA02081@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Rajesh Vaidheeswarran Subject: Re: conf/2822: ftp install specifying URL confusing Reply-To: Rajesh Vaidheeswarran Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/2822; it has been noted by GNATS. From: Rajesh Vaidheeswarran To: freebsd-gnats-submit@freebsd.org, root@eyelab.psy.msu.edu Cc: Subject: Re: conf/2822: ftp install specifying URL confusing Date: Tue, 08 Dec 1998 22:23:09 -0500 This is a multi-part message in MIME format. --------------0D2A11B9A51C302DCABB7791 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Since it seemed a useful suggestion, I have attached a patch for this. rv --------------0D2A11B9A51C302DCABB7791 Content-Type: text/plain; charset=us-ascii; name="media.c.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="media.c.patch" *** media.c.old Sat Dec 5 13:58:56 1998 --- media.c Tue Dec 8 22:08:41 1998 *************** *** 343,349 **** "in the Options screen.\n\n" "A URL looks like this: ftp:///\n" "Where is relative to the anonymous ftp directory or the\n" ! "home directory of the user being logged in as."); if (!cp || !*cp || !strcmp(cp, "ftp://")) { variable_unset(VAR_FTP_PATH); return DITEM_FAILURE | what; --- 343,352 ---- "in the Options screen.\n\n" "A URL looks like this: ftp:///\n" "Where is relative to the anonymous ftp directory or the\n" ! "home directory of the user being logged in as.\n\n" ! "For example, The FTP URL for the FreeBSD main FTP Repository is:\n" ! "ftp://ftp.freebsd.org/pub/FreeBSD\n" ! ); if (!cp || !*cp || !strcmp(cp, "ftp://")) { variable_unset(VAR_FTP_PATH); return DITEM_FAILURE | what; --------------0D2A11B9A51C302DCABB7791-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message