Re: For 5.2 collation support from the xlocale implementation of FreeBSD

2013-02-08 Thread Martin Pieuchot
Hey Vladimir, On 07/02/13(Thu) 17:02, Vladimir Támara Patiño wrote: Attached is a .tar.gz with 49 news files to place in /usr/src and below there is a patch for /usr/src of OpenBSD 5.2 that modifies 53 files to integrate the collation support of the xlocale implementation of FreeBSD (POSIX

Re: pfctl / nat / dhcp

2013-02-08 Thread sven falempin
On Thu, Feb 7, 2013 at 5:17 PM, sven falempin sven.falem...@gmail.comwrote: On Thu, Feb 7, 2013 at 10:09 AM, Stuart Henderson s...@spacehopper.orgwrote: On 2013/02/07 10:01, sven falempin wrote: On Thu, Feb 7, 2013 at 9:44 AM, Stuart Henderson s...@spacehopper.org wrote: On

Re: Send hostname to remote host with syslogd

2013-02-08 Thread Gabriel Linder
On 02/07/13 17:38, Bob Beck wrote: This looks correct to me. Does this diff have a chance to be committed then ? On Thu, Feb 7, 2013 at 5:08 AM, Markus Friedl mfri...@gmail.com wrote: fwiw, this is what i have in my tree for some time now: Index: syslogd.c

Re: pfctl / nat / dhcp

2013-02-08 Thread Stuart Henderson
On 2013/02/08 08:56, sven falempin wrote: # cat -n /etc/pf.conf | grep nat 26 match out on (vr0) from 192.168.42.0/24 to !(self) nat-to ext 28 match out on (ext) from 192.168.142.0/24 to !(self) nat-to ext # pfctl -nf /etc/pf.conf /etc/pf.conf:26: syntax error /etc/pf.conf:28:

Re: pfctl / nat / dhcp

2013-02-08 Thread sven falempin
On Fri, Feb 8, 2013 at 9:07 AM, Stuart Henderson s...@spacehopper.orgwrote: On 2013/02/08 08:56, sven falempin wrote: # cat -n /etc/pf.conf | grep nat 26 match out on (vr0) from 192.168.42.0/24 to !(self) nat-to ext 28 match out on (ext) from 192.168.142.0/24 to !(self) nat-to

(Fwd) last(1) nit

2013-02-08 Thread Jacob L. Leifman
ping? ALL feedback is welcome :-) --- Forwarded message follows --- From: Jacob L. Leifman jac...@bitwise.net To: tech@openbsd.org Date sent: Fri, 25 Jan 2013 18:34:55 -0500 The last(1) utility allows for an alternate data file to be

Re: (Fwd) last(1) nit

2013-02-08 Thread Callum Davies
Might I suggest using basename()? --- last.c.orig 2009-10-27 23:59:39.0 + +++ last.c 2013-02-09 01:43:04.709416732 + @@ -36,6 +36,7 @@ #include ctype.h #include err.h #include fcntl.h +#include libgen.h #include paths.h #include signal.h #include stdio.h @@ -407,7