Просмотр исходного кода

dpkg(1): Clarify effect of --purge on files in homedirs

Closes: #593628

Signed-off-by: Guillem Jover <guillem@debian.org>
The Fungi лет назад: 16
Родитель
Сommit
bbc30fb513
2 измененных файлов с 7 добавлено и 3 удалено
  1. 2 0
      debian/changelog
  2. 5 3
      man/dpkg.1

+ 2 - 0
debian/changelog

@@ -6,6 +6,8 @@ dpkg (1.15.8.5) UNRELEASED; urgency=low
     this happens normally when the package was never installed before.
   * Improve git format documentation in dpkg-source(1).
     Thanks to Joey Hess, based on a patch by Tanguy Ortolo.
+  * Clarify effect of “dpkg --purge” on homedir files in dpkg(1).
+    Thanks to The Fungi <fungi@yuggoth.org>. Closes: #593628
 
   [ Updated programs translations ]
   * Italian (Milo Casagrande). Closes: #592953

+ 5 - 3
man/dpkg.1

@@ -86,8 +86,8 @@ The package is selected for deinstallation (i.e. we want to remove all
 files, except configuration files).
 .TP
 .B purge
-The package is selected to be purged (i.e. we want to remove everything,
-even configuration files).
+The package is selected to be purged (i.e. we want to remove everything
+from system directories, even configuration files).
 .SS PACKAGE FLAGS
 .TP
 .B reinst\-required
@@ -172,7 +172,9 @@ respectively. Note: some configuration files might be unknown to
 \fBdpkg\fP because they are created and handled separately through the
 configuration scripts. In that case, \fBdpkg\fP won't remove them by
 itself, but the package's \fIpostrm\fP script (which is called by
-\fBdpkg\fP), has to take care of their removal during purge.
+\fBdpkg\fP), has to take care of their removal during purge. Of course,
+this only applies to files in system directories, not configuration files
+written to individual users' home directories.
 
 Removing of a package consists of the following steps:
 .br