Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Dec 1998 19:30:01 -0800 (PST)
From:      Rajesh Vaidheeswarran <rv@fore.com>
To:        freebsd-bugs@FreeBSD.ORG
Subject:   Re: conf/2822: ftp install specifying URL confusing
Message-ID:  <199812090330.TAA02081@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/2822; it has been noted by GNATS.

From: Rajesh Vaidheeswarran <rv@fore.com>
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://<hostname>/<path>\n"
   				"Where <path> 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://<hostname>/<path>\n"
   				"Where <path> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812090330.TAA02081>