Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Improve the message.
Edward Tomasz Napierala committed 7 years ago
commit 676bb8c1343a9760e60060a24b1a940804af21aa
parent cfe4ba4
1 file changed +1 -1
modified libpkg/utils.c
@@ -377,7 +377,7 @@ is_valid_os_version(struct pkg *pkg)
							"To ignore this error set IGNORE_OSVERSION=yes\n"
							"- package: %d\n"
							"- running kernel: %d\n"
-
							"Allow mismatch now? ", pkg->name,
+
							"Ignore the mismatch and continue? ", pkg->name,
							fbsdver, ctx.osversion);
					ret = pkg_emit_query_yesno(true, query_buf);
					osver_mismatch_allowed = ret;