Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Tell user that pkg-update is running
Bryan Drewery committed 13 years ago
commit f95c8bca8b273371b2e5bac99cc189bd9d782709
parent b4f28cf
1 file changed +3 -0
modified pkg/update.c
@@ -52,6 +52,9 @@ pkgcli_update(void) {
	struct pkg_config_kv *repokv = NULL;
	int retcode;

+
	if (!quiet)
+
		printf("Updating remote repository\n");
+

	pkg_config_bool(PKG_CONFIG_MULTIREPOS, &multi_repos);

	/* single repository */