summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-04-22 01:20:13 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-04-22 01:20:13 +0000
commitadbcdd9cce4e25b8ba746530cb4a9d680d764400 (patch)
treecc991f07d4be773112135016bedf98b13277577b /usr.sbin/pkg_install/create
parent922a707e02ccd3f573e46fcf367b36809a3d45f6 (diff)
Notes
Diffstat (limited to 'usr.sbin/pkg_install/create')
-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 174abea83d6b..54c7fce16173 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);
}
}