diff options
author | Justin B Rye <justin.byam.rye@gmail.com> | 2015-11-22 10:14:12 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-11-25 15:20:10 +0100 |
commit | 839603418384565a53d9aca7b23dbd7742e3ea77 (patch) | |
tree | 749ebdb7ac99a5a84b8ca2581b13a32f3e041c67 /test/integration/test-apt-get-update-unauth-warning | |
parent | b52c3af4f970349747e362fdb19a4253c825a08b (diff) |
slightly rephrase notice shown for insecure repositories
Git-Dch: Ignore
Diffstat (limited to 'test/integration/test-apt-get-update-unauth-warning')
-rwxr-xr-x | test/integration/test-apt-get-update-unauth-warning | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-apt-get-update-unauth-warning b/test/integration/test-apt-get-update-unauth-warning index c2b20468a..6092ddb57 100755 --- a/test/integration/test-apt-get-update-unauth-warning +++ b/test/integration/test-apt-get-update-unauth-warning @@ -34,7 +34,7 @@ Err:2 file:$APTARCHIVE unstable Release File not found - ${APTARCHIVE}/dists/unstable/Release (2: No such file or directory) Reading package lists... E: The repository 'file:$APTARCHIVE unstable Release' does not have a Release file. -N: Updating such a repository securely is impossible and therefore disabled by default. +N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details." aptget update --no-allow-insecure-repositories # no package foo |