<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/syslogd/syslog.conf.5, branch stable/13</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=stable%2F13</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=stable%2F13'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-23T17:43:32Z</updated>
<entry>
<title>Remove $FreeBSD$: one-line nroff pattern</title>
<updated>2023-08-23T17:43:32Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:32:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=24115b70d6d614ed7ac5cfc4f51fa9d6cfe8b1b2'/>
<id>urn:sha1:24115b70d6d614ed7ac5cfc4f51fa9d6cfe8b1b2</id>
<content type='text'>
Remove /^\.\\"\s*\$FreeBSD\$$\n/

Similar commit in main:
(cherry picked from commit b2c76c41be32)
</content>
</entry>
<entry>
<title>syslog.conf.5: Fix the message priority order</title>
<updated>2021-09-28T13:21:51Z</updated>
<author>
<name>Felix Guest</name>
<email>felix.the.red@gmail.com</email>
</author>
<published>2021-09-21T15:29:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=742450a7eb40e2b44326c0a400b9c61bad6c4d38'/>
<id>urn:sha1:742450a7eb40e2b44326c0a400b9c61bad6c4d38</id>
<content type='text'>
PR:		219942

(cherry picked from commit 8678140127296c15894094087b81f71fe79a21d9)
</content>
</entry>
<entry>
<title>fix up documentation/comments: processname is not defined, but programname</title>
<updated>2020-12-10T23:23:42Z</updated>
<author>
<name>John-Mark Gurney</name>
<email>jmg@FreeBSD.org</email>
</author>
<published>2020-12-10T23:23:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=37d8e9a3268f75d78c8a9c6efdc3ca409fe59db0'/>
<id>urn:sha1:37d8e9a3268f75d78c8a9c6efdc3ca409fe59db0</id>
<content type='text'>
is..

a couple other minor documentation fixes that igor caught...

MFC after:	1 week
</content>
</entry>
<entry>
<title>syslog.conf(5): Fix a few mandoc warnings</title>
<updated>2020-11-20T16:50:52Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2020-11-20T16:50:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cbf541311c14fab5f17134110b66496489492872'/>
<id>urn:sha1:cbf541311c14fab5f17134110b66496489492872</id>
<content type='text'>
- new sentence, new line
- skipping paragraph macro: Pp at the end of Sh
</content>
</entry>
<entry>
<title>Fix typo.</title>
<updated>2020-03-26T12:00:26Z</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2020-03-26T12:00:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ccf8b02c94f146b642784b8f1826d1de03c0b0dd'/>
<id>urn:sha1:ccf8b02c94f146b642784b8f1826d1de03c0b0dd</id>
<content type='text'>
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Add property-based filters for syslogd.</title>
<updated>2020-03-26T11:54:25Z</updated>
<author>
<name>Andrey V. Elsukov</name>
<email>ae@FreeBSD.org</email>
</author>
<published>2020-03-26T11:54:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7d367c51c834fdb005b7fa3f94858fdba57d7760'/>
<id>urn:sha1:7d367c51c834fdb005b7fa3f94858fdba57d7760</id>
<content type='text'>
Property-based filters allow substring and regular expressions
(see re_format(7)) matching against various message attributes.
Filter specification starts with '#:' or ':' followed by three
comma-separated fields property, operator, "value". Value must be
double-quoted. A double quote and backslash must be escaped by a
blackslash.

Following properties are supported as test value:
o msg - body of the message received;
o programname - program name sent the message;
o hostname - hostname of message's originator;
o source - an alias for hostname.

Supported operators:
o contains - true if filter value is found as a substring of property;
o isequal - true if filter value is equal to property;
o startswith - true if property starts with filter value;
o regex - true if property matches basic regular expression defined
    in filter value;
o ereregex - true if property matches extended regular expression
    defined in filter value;

Operator may be prefixed by '!' to invert compare logic or by
'icase_' to make comparison function case insensitive.

Submitted by:	Boris N. Lytochkin &lt;lytboris at gmail com&gt;
MFC after:	2 weeks
Relnotes:	yes
Differential Revision:	https://reviews.freebsd.org/D23468
</content>
</entry>
<entry>
<title>Renumber copyright clause 4</title>
<updated>2017-02-28T23:42:47Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-02-28T23:42:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fbbd9655e5107c68e4e0146ff22b73d7350475bc'/>
<id>urn:sha1:fbbd9655e5107c68e4e0146ff22b73d7350475bc</id>
<content type='text'>
Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.

Submitted by:	Jan Schaumann &lt;jschauma@stevens.edu&gt;
Pull Request:	https://github.com/freebsd/freebsd/pull/96
</content>
</entry>
<entry>
<title>syslogd(8): add an 'include' keyword</title>
<updated>2016-11-01T01:41:24Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-11-01T01:41:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fdec22c37de05201437d1199d46a1de396928754'/>
<id>urn:sha1:fdec22c37de05201437d1199d46a1de396928754</id>
<content type='text'>
All the '.conf' files not beginning with a '.' contained int he directory
following the keyword will be included.

This keyword can only be used in the first level configuration files.

Modify the default syslogd.conf to 'include' /etc/syslog.d and
/usr/local/etc/syslog.d

It simplify a lot handling of syslog from automation tools.

Reviewed by:	markj, kib (via irc)
Approved by:	markj
MFC after:	2 weeks
Relnotes:	yes
Differential Revision:	https://reviews.freebsd.org/D8402
</content>
</entry>
<entry>
<title>Add documentation for IPv6 support</title>
<updated>2012-09-12T16:58:42Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-09-12T16:58:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b5bec59148802a8bc658f4193999236f1a888e2c'/>
<id>urn:sha1:b5bec59148802a8bc658f4193999236f1a888e2c</id>
<content type='text'>
PR:		docs/171580
Submitted by:	bdrewery
Reviewed by:	wblock
Approved by:	gjb
MFC after:	1 month
X-MFC-With:	r240389
</content>
</entry>
<entry>
<title>syslog.conf(5): correct example</title>
<updated>2009-06-11T18:42:31Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2009-06-11T18:42:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5cd1d3ff17c547267522b2915451756ec45c741b'/>
<id>urn:sha1:5cd1d3ff17c547267522b2915451756ec45c741b</id>
<content type='text'>
security.* and console.* are moved out of ftpd program block

Approved by:	jhb (mentor)
MFC after:	2 weeks
</content>
</entry>
</feed>
