diff options
author | Alwin Henseler <reallynoshame@gmail.com> | 2019-04-05 16:42:54 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-05-21 14:29:16 +0200 |
commit | 89e141d21cbd174c7d16de133aa98ad6601f6011 (patch) | |
tree | e45290a4b65c6f595f2ad12ff12fed49a34a158b /debian | |
parent | 1444a54094f0995c44337d9b3b2850e5192215d2 (diff) |
Flip /: in documented default value of DPkg::Path
The value as shown in the NEWS file (not in the code) has a typo in
which just a "/" and ":" are swapped.
Closes: #917986
(cherry picked from commit 4c27ca80e2de06ab0fd058349f9813b60824cf04)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/NEWS b/debian/NEWS index e68470198..e8cb4e279 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,7 +1,7 @@ apt (1.8.0~alpha3) unstable; urgency=medium The PATH for running dpkg is now configured by the option DPkg::Path, - and defaults to "/usr/sbin:/usr/bin:/sbin/:bin". Previous behavior of + and defaults to "/usr/sbin:/usr/bin:/sbin:/bin". Previous behavior of not changing PATH may be restored by setting the option to an empty string. Support for /etc/apt/auth.conf.d/ has been added, see apt_auth.conf(5). |