%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
logrotate for Debian
--------------------
Note that logrotate may not be the only log rotation program on a Debian
system.
If sysklogd is installed, as was the case in older versions of Debian,
it uses its own log rotation scripts which can be found in
/etc/cron.daily/sysklogd and /etc/cron.weekly/sysklogd
Current installs use rsyslog, which does not perform its own log
rotation, but makes use of logrotate.
~~
Logrotate prerotate/postrotate/firstaction/lastaction scripts are
currently executed by giving the whole script to "sh -c" thus:
execl("/bin/sh", "sh", "-c", script, "sh", logfn, NULL);
This might change in future versions.
-- Paul Martin <pm@debian.org> Mon, 05 Dec 2011 17:38:47 +0000