summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/index.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-10-09 11:14:56 +0000
committerjkh <jkh@FreeBSD.org>1995-10-09 11:14:56 +0000
commitcdc977f42197104698bba3719cffc2dff8c691b9 (patch)
treecc40c43f57daad22eea5bedb9bbc2ebf181c4891 /usr.sbin/sysinstall/index.c
parent894cefde030f543dc2a242ae8cb2c188038485b3 (diff)
downloadFreeBSD-src-cdc977f42197104698bba3719cffc2dff8c691b9.zip
FreeBSD-src-cdc977f42197104698bba3719cffc2dff8c691b9.tar.gz
Syncronize with my current sources. pkg installer not quite in final
form yet, but close.
Diffstat (limited to 'usr.sbin/sysinstall/index.c')
-rw-r--r--usr.sbin/sysinstall/index.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/index.c b/usr.sbin/sysinstall/index.c
index efd3390..ea7a162 100644
--- a/usr.sbin/sysinstall/index.c
+++ b/usr.sbin/sysinstall/index.c
@@ -524,9 +524,9 @@ index_extract(Device *dev, PkgNodePtr plist)
msgDebug("Media type is FTP, trying for: %s\n", target);
if (vsystem("/usr/sbin/pkg_add %s%s", isDebug() ? "-v " : "", target)) {
if (optionIsSet(OPT_NO_CONFIRM))
- msgNotify("Error extracting package %s..", target);
+ msgNotify("Unable to get package %s from %s..", tmp->name, cp);
else
- msgConfirm("Error extracting package %s..", target);
+ msgConfirm("Unable to get package %s from %s..", tmp->name, cp);
}
}
else {
OpenPOWER on IntegriCloud