summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2009-06-30 20:53:57 +0000
committerbrian <brian@FreeBSD.org>2009-06-30 20:53:57 +0000
commitd36008e70ce9dc856d448d314c2b1aa14611f599 (patch)
tree465a0738b236e9c8220a74b4a235f5dad17283fe /usr.sbin
parent666e7ae4b7bd7b28c03c9e4d83ded911a0eaf8db (diff)
downloadFreeBSD-src-d36008e70ce9dc856d448d314c2b1aa14611f599.zip
FreeBSD-src-d36008e70ce9dc856d448d314c2b1aa14611f599.tar.gz
Don't imply that only FTP urls are supported when we can't fetch
a package. Approved by: re (kib) MFC after: 3 weeks
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pkg_install/lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/lib/url.c b/usr.sbin/pkg_install/lib/url.c
index 8121283..b598c60 100644
--- a/usr.sbin/pkg_install/lib/url.c
+++ b/usr.sbin/pkg_install/lib/url.c
@@ -106,7 +106,7 @@ fileGetURL(const char *base, const char *spec, int keep_package)
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;
}
OpenPOWER on IntegriCloud