Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/syslog-ng/files: README.hardened
Date: Sun, 02 Jun 2013 01:18:41
Message-Id: 20130602011836.29F6C2171F@flycatcher.gentoo.org
1 mr_bones_ 13/06/02 01:18:36
2
3 Added: README.hardened
4 Log:
5 rev bump to force out default config changes (bug #471836)
6 restrict tests again (bug #471988)
7 remove hardened and selinux use flags (bug #375853)
8
9 (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
10
11 Revision Changes Path
12 1.1 app-admin/syslog-ng/files/README.hardened
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/files/README.hardened?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/syslog-ng/files/README.hardened?rev=1.1&content-type=text/plain
16
17 Index: README.hardened
18 ===================================================================
19 # Copyright 1999-2013 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 If you intend to use syslog-ng together with the systemd journal,
23 please be sure to configure it to listen accordingly, e.g. replace
24
25 unix-dgram("/dev/log");
26
27 with
28
29 unix-dgram("/run/systemd/journal/syslog");
30
31 in /etc/syslog-ng/syslog-ng.conf