]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Be clearer in the logrotate config text about postrotate purpose
authorRuss Allbery <rra@debian.org>
Wed, 7 Jul 2010 15:58:40 +0000 (08:58 -0700)
committerRuss Allbery <rra@debian.org>
Wed, 7 Jul 2010 15:58:40 +0000 (08:58 -0700)
It's not to get the daemon to re-read its configuration, but rather
to force it to reopen its log files.

policy.sgml

index f98a77587917099fa5104fd794d2422a3c52889b..a7bf76e0209d93db3b7f41b38dad6ec68e13ea5a 100644 (file)
@@ -7944,11 +7944,10 @@ ln -fs ../sbin/sendmail debian/tmp/usr/bin/runq
 }
          </example>
          This rotates all files under <file>/var/log/foo</file>, saves 12
-         compressed generations, and forces the daemon to reload its
-         configuration information after the log rotation.  It skips this
-         log rotation (via <tt>missingok</tt>) if no such log file is
-         present, which avoids errors if the package is removed but not
-         purged.
+         compressed generations, and tells the daemon to reopen its log
+         files after the log rotation.  It skips this log rotation
+         (via <tt>missingok</tt>) if no such log file is present, which
+         avoids errors if the package is removed but not purged.
        </p>
 
        <p>