Consulta

2011-08-30 Thread Marcela
Chombas - Gorras - Remeras y Bolsos Directo de fabrica al mejor precio del mercado No pierda dinero comprando a revendedores compre directo de fabrica !!! Estampamos o bordamos la imagen o el logo que usted necesite Solo venta por mayor minimo 100 unidades Tenemos la mejor calidad- Todos los t

Re: pflog shows 0.0.0.0.0 > 0.0.0.0.0

2011-08-30 Thread Alexander Bluhm
On Tue, Aug 30, 2011 at 01:18:12PM +0200, Henning Brauer wrote: > --- pf.c 30 Aug 2011 00:40:47 - 1.771 > +++ pf.c 30 Aug 2011 11:14:19 - > @@ -2762,9 +2762,6 @@ pf_test_rule(struct pf_rule **rm, struct > u_int16_tvirtual_type, virtual_id; > u_int8

Re: ksh history corruption

2011-08-30 Thread Marco Peereboom
On Tue, Aug 30, 2011 at 11:11:46AM -0500, Marco Peereboom wrote: > I have had enough of corrupt ksh history so I had a look at the code to > try to fix it. The magical code was very magical so I basically deleted > most of it and made ksh history into a flat text file. It handles > multiple ksh i

Re: UPDATE: usr.bin/less

2011-08-30 Thread Brynet
On Tue, Aug 30, 2011 at 01:45:04PM -0400, Brynet wrote: > The version of less is in base is under a BSD equivalent license, the one > you're updating us to is.. GPLv3. > > -Bryan. Ah, nevermind. It's actually under a dual BSD-alike and GPLv3 license. Hmm. -Bryan.

Re: UPDATE: usr.bin/less

2011-08-30 Thread Brynet
The version of less is in base is under a BSD equivalent license, the one you're updating us to is.. GPLv3. -Bryan.

UPDATE: usr.bin/less

2011-08-30 Thread Alexandr Shadchin
Hi, http://koba.devio.us/distfiles/less.diff This update less to the latest release 444. Tested on i386 and amd64. Change build system ( or leave old ? ): * no configure, used prepared define.h * no Makefile.bsd-wrapper, used less/Makefile and lesskey/Makefile Please test on other arch. Commen

ksh history corruption

2011-08-30 Thread Marco Peereboom
I have had enough of corrupt ksh history so I had a look at the code to try to fix it. The magical code was very magical so I basically deleted most of it and made ksh history into a flat text file. It handles multiple ksh instances writing to the same text file with locks just like the current k

Re: quotacheck(8) and duid

2011-08-30 Thread Kenneth R Westerback
On Tue, Aug 30, 2011 at 01:25:14AM +0200, Rogier Krieger wrote: > ...at present do not seem to go together nicely: > > # tail -n 1 /etc/fstab > 73123067c3dc34d4.a /data ffs rw,userquota,groupquota 1 1 > > # /sbin/quotacheck /data > quotacheck: 73123067c3dc34d4.a: No such file or directory > > >

Re: mg word wrapping tweak

2011-08-30 Thread Mark Lumsden
--- | Date: Wed, 29 Jun 2011 23:12:16 -0700 | From: Matthew Dempsky | To: tech@openbsd.org | Subject: mg word wrapping tweak > > It drives me crazy that when I have a complete parenthetical sentence, > mg keeps insisting on taking away my double space after the close > parenthesis. > > Diff belo

Re: Missing aoe(4) man page

2011-08-30 Thread Jason McIntyre
On Tue, Aug 30, 2011 at 01:57:48PM +0300, Alexey Suslikov wrote: > Hello tech@. > > bioctl does support for AOE since revision 1.101, softraid does > AOE config since revision 1.23. both are in 5.0. > > Moreover, http://www.openbsd.org/plus45.html mentions aoe(4), > http://en.wikipedia.org/wiki/A

Re: pflog shows 0.0.0.0.0 > 0.0.0.0.0

2011-08-30 Thread Henning Brauer
* Matt Van Mater [2011-08-22 23:14]: > I am looking into why my > pflog has these ambiguous entries that show source and destination as all > zeros e.g. 0.0.0.0.0 > 0.0.0.0.0. this fixes it. nsaddr/port and ndaddr/port were set up in pf_test_rule and thus not set up if we passed a packet stateful

Missing aoe(4) man page

2011-08-30 Thread Alexey Suslikov
Hello tech@. bioctl does support for AOE since revision 1.101, softraid does AOE config since revision 1.23. both are in 5.0. Moreover, http://www.openbsd.org/plus45.html mentions aoe(4), http://en.wikipedia.org/wiki/ATA_over_Ethernet mentions "native" support for AOE since OpenBSD 4.5-current.