<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/syslogd/syslogd.8, branch releng/9.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r232986</title>
<updated>2012-03-15T16:26:40+00:00</updated>
<author>
<name>Sean Bruno</name>
<email>sbruno@FreeBSD.org</email>
</author>
<published>2012-03-15T16:26:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=444cba2dfe96bfca01c03ae576900d92d98ebbcd'/>
<id>444cba2dfe96bfca01c03ae576900d92d98ebbcd</id>
<content type='text'>
Update man page to present -T argument in synopsis
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update man page to present -T argument in synopsis
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a new option, -N to disable the default and recommended syslogd(8)</title>
<updated>2011-07-14T07:33:53+00:00</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2011-07-14T07:33:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=35741267c0767d45ab00923eec6c98e87b4e3217'/>
<id>35741267c0767d45ab00923eec6c98e87b4e3217</id>
<content type='text'>
behavior, which binds to the well known UDP port.

This option implies -s.

MFC after:	2 months
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
behavior, which binds to the well known UDP port.

This option implies -s.

MFC after:	2 months
</pre>
</div>
</content>
</entry>
<entry>
<title>syslogd(8) already supports *sending* log messages to non-</title>
<updated>2010-08-07T16:20:12+00:00</updated>
<author>
<name>Oliver Fromme</name>
<email>olli@FreeBSD.org</email>
</author>
<published>2010-08-07T16:20:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=974835c956ee8041ed16066038326475d443d15b'/>
<id>974835c956ee8041ed16066038326475d443d15b</id>
<content type='text'>
standard ports, but it can't *receive* them (port 514 is
hardcoded).  This commit adds that missing feature.

(NB:  I actually needed this feature for a server farm where
multiple jails run with shared IP addresses, and every jail
should have its own syslogd process.)

As a side effect, syslogd now compiles with WARNS=6.

Approved by:	des (mentor)
MFC after:	3 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
standard ports, but it can't *receive* them (port 514 is
hardcoded).  This commit adds that missing feature.

(NB:  I actually needed this feature for a server farm where
multiple jails run with shared IP addresses, and every jail
should have its own syslogd process.)

As a side effect, syslogd now compiles with WARNS=6.

Approved by:	des (mentor)
MFC after:	3 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Use "allowed_peer" throughout this manual page.</title>
<updated>2008-12-07T18:45:30+00:00</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2008-12-07T18:45:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=efe78a46f796068a3ddd04a90d283ffb4c907f37'/>
<id>efe78a46f796068a3ddd04a90d283ffb4c907f37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a flag, -T, that tells syslogd to always replace the timestamp on</title>
<updated>2008-09-25T09:28:18+00:00</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2008-09-25T09:28:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cfcf794e5f9e448c5c95d5bd3e4dea93a94cb258'/>
<id>cfcf794e5f9e448c5c95d5bd3e4dea93a94cb258</id>
<content type='text'>
messages from the network. We already replace malformatted timestamps
and this option lets us replace timestamps that are correctly formatted
but wrong.

PR:		120891
Submitted by:	Thomas Vogt &lt;thomas@bsdunix.ch&gt;
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
messages from the network. We already replace malformatted timestamps
and this option lets us replace timestamps that are correctly formatted
but wrong.

PR:		120891
Submitted by:	Thomas Vogt &lt;thomas@bsdunix.ch&gt;
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a -8 switch to syslogd to prevent it from mangling 8-bit data.</title>
<updated>2008-05-14T00:22:21+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2008-05-14T00:22:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d7022add17d10d18b132b976283d43466b8a8b5b'/>
<id>d7022add17d10d18b132b976283d43466b8a8b5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>By default (for security reasons) syslogd(8) doesn't create log files</title>
<updated>2006-03-06T10:36:33+00:00</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2006-03-06T10:36:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c503ddf2ccec305b75a9ad6c2a97e860aed25769'/>
<id>c503ddf2ccec305b75a9ad6c2a97e860aed25769</id>
<content type='text'>
when they don't exist, but sometimes its quite useful (eg. we use
non-standard log files and memory backed /var/, which is populated on
boot).

Add -C option which tells syslogd(8) to create log files if they don't
exist.

Glanced at by:	phk
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when they don't exist, but sometimes its quite useful (eg. we use
non-standard log files and memory backed /var/, which is populated on
boot).

Add -C option which tells syslogd(8) to create log files if they don't
exist.

Glanced at by:	phk
MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -S option which allows to change the pathname of the privileged</title>
<updated>2005-04-13T03:19:41+00:00</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2005-04-13T03:19:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=15f3d79b553984168a96c9758128235703784462'/>
<id>15f3d79b553984168a96c9758128235703784462</id>
<content type='text'>
socket /var/run/logpriv.

Reviewed by:	glebius and kensmith
MFC after:	2 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
socket /var/run/logpriv.

Reviewed by:	glebius and kensmith
MFC after:	2 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand *n't contractions.</title>
<updated>2005-02-13T22:25:33+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-02-13T22:25:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0227791b40a6936310e1dd376b0883b540fec0c0'/>
<id>0227791b40a6936310e1dd376b0883b540fec0c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Scheduled mdoc(7) sweep.</title>
<updated>2005-01-11T11:47:22+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-11T11:47:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1a74e6a1578dece3f50c073e445113b4e8ba3aa1'/>
<id>1a74e6a1578dece3f50c073e445113b4e8ba3aa1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
