summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_manage/pkg_manage.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_manage/pkg_manage.c')
-rw-r--r--usr.sbin/pkg_manage/pkg_manage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/pkg_manage/pkg_manage.c b/usr.sbin/pkg_manage/pkg_manage.c
index cc9c0b5..c97fd10 100644
--- a/usr.sbin/pkg_manage/pkg_manage.c
+++ b/usr.sbin/pkg_manage/pkg_manage.c
@@ -192,7 +192,9 @@ get_pkginfo(void)
}
if (sb.st_size == 0) {
+#if 0
dialog_notify("No packages installed or no info available");
+#endif
fclose(f);
unlink(tmp_file);
free(tmp_file);
OpenPOWER on IntegriCloud