[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freebsd-commits-all
Subject:    svn commit: r195212 - head/usr.sbin/pkg_install/lib
From:       Brian Somers <brian () freebsd ! org>
Date:       2009-06-30 20:53:58
Message-ID: 200906302053.n5UKrwMB091988 () svn ! freebsd ! org
[Download RAW message or body]

Author: brian
Date: Tue Jun 30 20:53:57 2009
New Revision: 195212
URL: http://svn.freebsd.org/changeset/base/195212

Log:
  Don't imply that only FTP urls are supported when we can't fetch
  a package.
  
  Approved by:	re (kib)
  MFC after:	3 weeks

Modified:
  head/usr.sbin/pkg_install/lib/url.c

Modified: head/usr.sbin/pkg_install/lib/url.c
==============================================================================
--- head/usr.sbin/pkg_install/lib/url.c	Tue Jun 30 20:53:56 2009	(r195211)
+++ head/usr.sbin/pkg_install/lib/url.c	Tue Jun 30 20:53:57 2009	(r195212)
@@ -106,7 +106,7 @@ fileGetURL(const char *base, const char 
 
     fetchDebug = (Verbose > 0);
     if ((ftp = fetchGetURL(fname, Verbose ? "v" : NULL)) == NULL) {
-	printf("Error: FTP Unable to get %s: %s\n",
+	printf("Error: Unable to get %s: %s\n",
 	       fname, fetchLastErrString);
 	return NULL;
     }
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic