diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-10-27 02:12:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-10-27 02:12:58 +0000 |
| commit | fa31ce4fabd4b352937756680bf2a52a4d3ee036 (patch) | |
| tree | 3c80446bd168dc4b4ca1f700181ec036addfb95d /release/sysinstall/package.c | |
| parent | 2f412332958c969659cd2b959e247f5f4ae9b6a5 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/package.c')
| -rw-r--r-- | release/sysinstall/package.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/package.c b/release/sysinstall/package.c index 114e171af879..9a2028c5360b 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.18 1995/10/24 02:18:18 jkh Exp $ + * $Id: package.c,v 1.20 1995/10/26 08:56:08 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -72,7 +72,7 @@ package_extract(Device *dev, char *name) /* Check to make sure it's not already there */ if (!vsystem("pkg_info -e %s", name)) { - msgDebug("package %s marked as already installed - return SUCCESS.\n"); + msgDebug("package %s marked as already installed - return SUCCESS.\n", name); return RET_SUCCESS; } |
