From 002b1bc46b18e9d309d337ddb15a6ccdfb6c9dde Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Thu, 15 Oct 2015 09:35:52 +0200 Subject: refer to apt-secure(8) in unsecure repositories warning The manpage is also slightly updated to work better as a central hub to push people from all angles into the right directions without writting a book disguised as an error message. --- apt-pkg/acquire-item.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-pkg') diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index 0c7c7c75c..5fda1439c 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -160,6 +160,7 @@ static bool MessageInsecureRepository(bool const isError, std::string const &msg _error->Warning("%s", msg.c_str()); _error->Notice("%s", _("Data from such a repository can not be authenticated and is therefore potentially dangerous to use.")); } + _error->Notice("%s", _("See apt-secure(8) manpage for repository creation and user configuration details.")); return false; } static bool MessageInsecureRepository(bool const isError, char const * const msg, std::string const &repo) @@ -182,7 +183,6 @@ static bool AllowInsecureRepositories(char const * const msg, std::string const } MessageInsecureRepository(true, msg, repo); - _error->Notice(_("Use --allow-insecure-repositories to force an insecure update")); TransactionManager->AbortTransaction(); I->Status = pkgAcquire::Item::StatError; return false; -- cgit v1.2.3