Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Hamish Moffatt <hamish@cloud.net.au>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package:  logrotate
Date: Tue, 7 Oct 2008 16:48:30 +1100	[thread overview]
Message-ID: <20081007054830.GE5127@cloud.net.au> (raw)
In-Reply-To: <20081006204112.DFD173C807@busybox.net>

On Mon, Oct 06, 2008 at 01:41:12PM -0700, wberrier at uclibc.org wrote:
> Added: trunk/buildroot/package/logrotate/logrotate.conf
> ===================================================================
> --- trunk/buildroot/package/logrotate/logrotate.conf	                        (rev 0)
> +++ trunk/buildroot/package/logrotate/logrotate.conf	2008-10-06 20:41:12 UTC (rev 23610)
> @@ -0,0 +1,14 @@
> +compress
> +
> +include /etc/logrotate.d
> +
> +/var/log/messages /var/log/auth.log /var/log/user.log {
> +	rotate 7
> +	daily
> +	delaycompress
> +	missingok
> +	sharedscripts
> +	postrotate
> +		/usr/bin/killall -HUP syslogd
> +	endscript
> +}

I don't like including this configuration by default. I don't think it
can easily be overridden (it's copied in after the target_skeleton), and
most systems don't have /var/log/auth.log etc by default.

Same for packages that include init scripts by default :(

Hamish
-- 
Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>

      reply	other threads:[~2008-10-07  5:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-06 20:41 [Buildroot] svn commit: trunk/buildroot/package: logrotate wberrier at uclibc.org
2008-10-07  5:48 ` Hamish Moffatt [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081007054830.GE5127@cloud.net.au \
    --to=hamish@cloud.net.au \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox