Your message dated Thu, 28 Jul 2005 02:47:13 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#188198: fixed in logrotate 3.7.1-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 26 Jan 2003 21:19:36 +0000
>From [EMAIL PROTECTED] Sun Jan 26 15:19:35 2003
Return-path: <[EMAIL PROTECTED]>
Received: from port-212-202-168-200.reverse.qdsl-home.de (ferris.dyndns.info) 
[212.202.168.200] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 18cuBj-0000WU-00; Sun, 26 Jan 2003 15:19:35 -0600
Received: from ferris.dyndns.info (localhost [127.0.0.1])
        by ferris.dyndns.info (Postfix) with ESMTP id 913EF55AE1
        for <[EMAIL PROTECTED]>; Sun, 26 Jan 2003 22:19:03 +0100 (CET)
Message-ID: <[EMAIL PROTECTED]>
Date: Sun, 26 Jan 2003 22:19:03 +0100
From: Martin Lohmeier <[EMAIL PROTECTED]>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212
X-Accept-Language: de-de
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: logrotate: Create logfilename with date in filename
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-2.3 required=5.0
        tests=SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,USER_AGENT,
              USER_AGENT_MOZILLA_UA,X_ACCEPT_LANG
        version=2.41
X-Spam-Level: 

Package: logrotate
Version: 3.6.5
Severity: wishlist

Hi,

if you want to add the date to the name of the logifle, something like

extension `date '+%b%d%Y'`

doesn't work. Anything in this direction would be great...

An other way to solve this problem, is to add a new option, like "date" and
"dateformat:

/var/log/messages {
      rotate 5
      weekly
      date
      dateformat "yyyy-mm-dd"
      postrotate
          /sbin/killall -HUP syslogd
      endscript
}

by, Martin

-- 

Powerd by Debian GNU / Linux


---------------------------------------
Received: (at 188198-close) by bugs.debian.org; 28 Jul 2005 09:56:12 +0000
>From [EMAIL PROTECTED] Thu Jul 28 02:56:12 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1Dy4yv-0002rC-00; Thu, 28 Jul 2005 02:47:13 -0700
From: Paul Martin <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#188198: fixed in logrotate 3.7.1-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 28 Jul 2005 02:47:13 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: logrotate
Source-Version: 3.7.1-1

We believe that the bug you reported is fixed in the latest version of
logrotate, which is due to be installed in the Debian FTP archive:

logrotate_3.7.1-1.diff.gz
  to pool/main/l/logrotate/logrotate_3.7.1-1.diff.gz
logrotate_3.7.1-1.dsc
  to pool/main/l/logrotate/logrotate_3.7.1-1.dsc
logrotate_3.7.1-1_i386.deb
  to pool/main/l/logrotate/logrotate_3.7.1-1_i386.deb
logrotate_3.7.1.orig.tar.gz
  to pool/main/l/logrotate/logrotate_3.7.1.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Paul Martin <[EMAIL PROTECTED]> (supplier of updated logrotate package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 25 Jul 2005 22:15:18 +0100
Source: logrotate
Binary: logrotate
Architecture: source i386
Version: 3.7.1-1
Distribution: unstable
Urgency: low
Maintainer: Paul Martin <[EMAIL PROTECTED]>
Changed-By: Paul Martin <[EMAIL PROTECTED]>
Description: 
 logrotate  - Log rotation utility
Closes: 178526 188198 193601 226061 257685 306304 315514
Changes: 
 logrotate (3.7.1-1) unstable; urgency=low
 .
   * New upstream release (based on upstream 3.7.1-11)
 .
   * This upload enables selinux code. (Closes: #193601, #315514)
 .
   * Updated dpatches:
     + 30-config-h: upstream has changed to using "/bin/mail" instead of
       "/bin/mail -s"
     + No need for 41-execlp-fix or 42-execlp-bin-sh.
     + Upstream fix obsoletes 60-compressowner.
 .
   * Upstream uses a patch system, too. Patches from upstream:
     + 01-rh-dateext (logrotate-3.7.1-dateext.patch)
     + 01-rh-maxage (logrotate-3.7.1-maxage.patch)
       dateext and maxage (Closes: #178526, #188198, #226061, #257685,
       #306304)
     + 01-rh-noTMPDIR (logrotate-3.7.1-noTMPDIR.patch)
       This has the effect of never requiring a tempdir for scripts.
       There's the possibility of large scripts running into stack
       limits.
     + 01-rh-selinux (logrotate-3.7.1-selinux.patch)
       Updates to selinux code.
     + 52-man-rh-1 (based on logrotate-3-man.patch)
       Explains a bit more about postrotate scripts and updates the
       sharedscripts entry.
 .
   * Update Standards-Version (no changes needed).
   * Update copyright file with current upstream location.
Files: 
 fa079e0e74a05e6757788575dc8dc23b 610 admin important logrotate_3.7.1-1.dsc
 552639142e163745f6bcd4f1f3816d8a 36176 admin important 
logrotate_3.7.1.orig.tar.gz
 ec9d308cb97cf96a58a812e93cf9a761 20262 admin important 
logrotate_3.7.1-1.diff.gz
 bea3744aef42316d6d3b581ff7554f03 34132 admin important 
logrotate_3.7.1-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC5Vaq+gi+rt7UWRIRAp5TAJ4ml0q69WN2reQ+faP3LPEQarv1bQCfSJb8
L0p6LbETsYqqYRH1PzP5J9U=
=ky0i
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to