Log system messages to /tmp/syslog instead of /tmp/messages.log.
On Thu, 2010-01-28 at 14:00 -0500, Chris Lumens wrote:
> This is what the rest of anaconda expects and what we've been telling people
> to attach for years.
Ack. There's no reason to move away from the /tmp/syslog naming at this
point.
Dave
> ---
> scripts/mk-images | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/scripts/mk-images b/scripts/mk-images
> index c4a3142..011621d 100755
> --- a/scripts/mk-images
> +++ b/scripts/mk-images
> @@ -809,7 +809,7 @@ $template anaconda_syslog, "%timestamp:8:$:date-rfc3164%,%timestamp:1:3:date-sub
> # directly into files via python logging)
> *.*;
> authpriv.none;
> -local1.none /tmp/messages.log;anaconda_syslog
> +local1.none /tmp/syslog;anaconda_syslog
> & /dev/tty4;anaconda_tty4
>
> # ### begin forwarding rule ###
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|