arpd/fsl.arpd

Mon, 28 Jan 2013 17:37:18 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 28 Jan 2013 17:37:18 +0100
changeset 758
a2c6460cfb16
permissions
-rw-r--r--

Correct socket error reporting improvement with IPv6 portable code,
after helpful recommendation by Saúl Ibarra Corretgé on OSips devlist.

michael@714 1 ##
michael@714 2 ## fsl.arpd -- OSSP fsl configuration
michael@714 3 ##
michael@714 4
michael@714 5 ident (arpd)/.+ q{
michael@714 6 prefix(
michael@714 7 prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
michael@714 8 )
michael@714 9 -> {
michael@714 10 debug: file(
michael@714 11 path="@l_prefix@/var/arpd/arpd.log",
michael@714 12 perm=0644
michael@714 13 )
michael@714 14 }
michael@714 15 };
michael@714 16

mercurial