summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-22 01:20:13 +0000
committerjkh <jkh@FreeBSD.org>1995-04-22 01:20:13 +0000
commit62b882306cf89c8c45d7b64a226280a92e0bec5a (patch)
treecc991f07d4be773112135016bedf98b13277577b /usr.sbin
parent0ca59fff83eedf3ccf4517370a95d30dfdd3af65 (diff)
downloadFreeBSD-src-62b882306cf89c8c45d7b64a226280a92e0bec5a.zip
FreeBSD-src-62b882306cf89c8c45d7b64a226280a92e0bec5a.tar.gz
Argh - missed a printf! That should be the last of plist-spewers.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pkg_install/create/perform.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/create/perform.c b/usr.sbin/pkg_install/create/perform.c
index 174abea..54c7fce 100644
--- a/usr.sbin/pkg_install/create/perform.c
+++ b/usr.sbin/pkg_install/create/perform.c
@@ -1,5 +1,5 @@
#ifndef lint
-static const char *rcsid = "$Id: perform.c,v 1.17 1995/04/22 00:03:09 jkh Exp $";
+static const char *rcsid = "$Id: perform.c,v 1.18 1995/04/22 00:59:33 jkh Exp $";
#endif
/*
@@ -70,7 +70,7 @@ pkg_perform(char **pkgs)
cp = strsep(&Pkgdeps, " \t\n");
if (*cp) {
add_plist(&plist, PLIST_PKGDEP, cp);
- if (Verbose)
+ if (Verbose && !PlistOnly)
printf(" %s", cp);
}
}
OpenPOWER on IntegriCloud