Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Better format the suggested new format
Baptiste Daroussin committed 12 years ago
commit 81d84e472f2c6d96ad908fb0ed7387d6f29fc875
parent d93439e
1 file changed +4 -1
modified libpkg/pkg_config.c
@@ -1078,7 +1078,10 @@ pkg_init(const char *path, const char *reposdir)

	if (fallback) {
		pkg_emit_error("Your pkg.conf file is in deprecated format you"
-
		    "should convert it to the following format:\n%s",
+
		    "should convert it to the following format:\n"
+
		    "====== BEGIN pkg.conf ======\n"
+
		    "%s"
+
		    "\n====== END pkg.conf ======\n",
		    ucl_object_emit(obj, UCL_EMIT_CONFIG));
	}