Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Warn the user about unsupported preview features
Baptiste Daroussin committed 14 years ago
commit 32ca7469b89e2b65104c91e78820bc5bd100b97e
parent 66132ee597ab43fb54ec33e3e8e86170611fdf3c
1 file changed +2 -0
modified pkg/search.c
@@ -77,6 +77,8 @@ exec_search(int argc, char **argv)
	} else {
		warnx("PACKAGESITE is not defined.");
		warnx("Working on multiple repositories...");
+
		warnx("/!\ This is an unsupported preview feature /!\ ");
+
		warnx("/!\ It can kill kittens and puppies /!\ ");

		pkg_remote_repo_init();
		pkg_remote_repo_load();