Code review comment for lp:~javier.collado/utah/readable-preseed

Revision history for this message
Andy Doan (doanac) wrote :

> === added directory 'templates'
> === added file 'templates/50-utahdefault.conf.jinja2'
> --- templates/50-utahdefault.conf.jinja2 1970-01-01 00:00:00 +0000
> +++ templates/50-utahdefault.conf.jinja2 2013-02-20 19:07:27 +0000
> @@ -0,0 +1,18 @@
> +# Default rules for rsyslog.
> +# Minimal file provided for utah installation logging
> +# For more information see rsyslog.conf(5) and /etc/rsyslog.conf
> +auth,authpriv.* /var/log/auth.log
> +*.*;auth,authpriv.none -/dev/ttyS0
> +*.*;auth,authpriv.none -/var/log/syslog
> +kern.* -/var/log/kern.log
> +mail.* -/var/log/mail.log
> +mail.err /var/log/mail.err
> +news.crit /var/log/news/news.crit
> +news.err /var/log/news/news.err
> +news.notice -/var/log/news/news.notice
> +*.emerg *
> +daemon.*;mail.*;\
> + news.err;\
> + *.=debug;*.=info;\
> + *.=notice;*.=warn |/dev/xconsole

you can delete these last 4 lines. They just cause a warning in the
target. I did them in my syslog-install branch.

« Back to merge proposal