summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/updating/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_install/updating/main.c')
-rw-r--r--usr.sbin/pkg_install/updating/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/updating/main.c b/usr.sbin/pkg_install/updating/main.c
index e7a840f..4a36e22 100644
--- a/usr.sbin/pkg_install/updating/main.c
+++ b/usr.sbin/pkg_install/updating/main.c
@@ -87,6 +87,7 @@ main(int argc, char *argv[])
DIR *dir;
FILE *fd;
+ warnpkgng();
while ((ch = getopt_long(argc, argv, opts, longopts, NULL)) != -1) {
switch (ch) {
case 'd':
OpenPOWER on IntegriCloud