diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-10-26 08:11:24 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-10-26 08:11:24 +0000 |
| commit | 4ea85d4592082016d4700bfbce4d9e1755fcb58c (patch) | |
| tree | 9a8d16231542ed3e89667fa414336feffb868607 /release/sysinstall/package.c | |
| parent | 0d9a79f8a632aa94da6c6c5c3440743729af7236 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/package.c')
| -rw-r--r-- | release/sysinstall/package.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release/sysinstall/package.c b/release/sysinstall/package.c index 974981592a43..114e171af879 100644 --- a/release/sysinstall/package.c +++ b/release/sysinstall/package.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: package.c,v 1.17 1995/10/23 13:19:49 jkh Exp $ + * $Id: package.c,v 1.18 1995/10/24 02:18:18 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -138,11 +138,11 @@ package_extract(Device *dev, char *name) msgDebug("pkg_extract: get operation returned %d\n", fd); if (variable_get(VAR_NO_CONFIRM)) msgNotify("Unable to fetch package %s from selected media.\n" - "No package add will be done."); + "No package add will be done.", name); else { dialog_clear(); msgConfirm("Unable to fetch package %s from selected media.\n" - "No package add will be done."); + "No package add will be done.", name); } } return ret; |
