patch /etc/X11/xinit/xinitrc

2014-04-25 Thread Héctor Luis Gimbatti
I submit two patches for the file /etc/X11/xinit/xinitrc: 1. patch.p1 it removes extra blank lines in the file. 2. patch.p2 it removes fvwm and xterm references since there is no reason why the user should choose such applications. --- HLG patch.p1 Description: patch.p1 patch.p2 Description:

Re: Remove rti_ifp from "struct rt_addrinfo"

2014-04-25 Thread Henning Brauer
* Ryan McBride [2014-04-25 10:31]: > On Fri, Apr 25, 2014 at 02:40:57AM +0200, Alexander Bluhm wrote: > > On Fri, Apr 25, 2014 at 09:09:03AM +0900, Ryan McBride wrote: > > > Part of the reason it's there is to make carp work properly for services > > > listening on the carp interface, in particula

Re: nginx.conf file limits

2014-04-25 Thread Stuart Henderson
On 2014/04/21 19:10, Johnw wrote: > Hi, would you like to add RLIMIT_NPROC setting to nginx.conf? > > Because I do not want/need nginx child run any command/fork > so, I want set RLIMIT_NPROC=0 to nginx child process, but nginx ignore > /etc/login.conf setting. While I think this is a nice idea,

Re: sysctl.8: add missing mtudisctimeout for ipv6

2014-04-25 Thread Jason McIntyre
On Fri, Apr 25, 2014 at 08:31:30AM -0300, Fernando Gont wrote: > On 03/03/2014 04:09 PM, Jason McIntyre wrote: > > On Mon, Mar 03, 2014 at 10:46:40PM +0400, Loganaden Velvindron wrote: > >> On Mon, Mar 3, 2014 at 5:41 PM, Jason McIntyre wrote: > >>> On Sun, Mar 02, 2014 at 10:51:22AM -0800, Logana

Re: There's no need for the link-layer address in the RB-tree...

2014-04-25 Thread Martin Pieuchot
On 25/04/14(Fri) 15:46, Martin Pieuchot wrote: > [...] > Regarding the tree, when Henning added ifa_add/del prior to its addition, > he also used it for link-layer addresses. But ifa_ifwithaddr() was not > dealing with link-layer addresses at that time! So when ifa_add/del > got modified to add e

There's no need for the link-layer address in the RB-tree...

2014-04-25 Thread Martin Pieuchot
...actually we don't even need it for the per-ifp address list! This is a result of my recent RTAX_IFP/sadl cleanup. Historically the link-layer ifa has been the first element of the per-ifp address list. This requirement is no longer necessary since r1.154 of net/route.c, we now use the if_sad

Re: sysctl.8: add missing mtudisctimeout for ipv6

2014-04-25 Thread Fernando Gont
On 03/03/2014 04:09 PM, Jason McIntyre wrote: > On Mon, Mar 03, 2014 at 10:46:40PM +0400, Loganaden Velvindron wrote: >> On Mon, Mar 3, 2014 at 5:41 PM, Jason McIntyre wrote: >>> On Sun, Mar 02, 2014 at 10:51:22AM -0800, Loganaden Velvindron wrote: Hi, While going through some of th

Re: Kill in_localaddr()

2014-04-25 Thread Martin Pieuchot
On 25/04/14(Fri) 10:58, Stuart Henderson wrote: > On 2014/04/24 16:41, Martin Pieuchot wrote: > > in_localaddr() is used only once in our tree and only if the sysctl > > net.inet.ip.mtudisc is set to 0. > > > > It is used to optimize the size of the MSS if the forward address > > correspond to a h

Re: Kill in_localaddr()

2014-04-25 Thread Stuart Henderson
On 2014/04/24 16:41, Martin Pieuchot wrote: > in_localaddr() is used only once in our tree and only if the sysctl > net.inet.ip.mtudisc is set to 0. > > It is used to optimize the size of the MSS if the forward address > correspond to a host on one of our subnets. Since it's an > optimization for

Re: Remove rti_ifp from "struct rt_addrinfo"

2014-04-25 Thread Ryan McBride
On Fri, Apr 25, 2014 at 02:40:57AM +0200, Alexander Bluhm wrote: > On Fri, Apr 25, 2014 at 09:09:03AM +0900, Ryan McBride wrote: > > Part of the reason it's there is to make carp work properly for services > > listening on the carp interface, in particular so that hosts in the > > BACKUP state will

warning building libcrypto on amd64

2014-04-25 Thread Jean-Philippe Ouellet
Hello, When building libcrypto on amd64 I get this warning: (cd /usr/src/lib/libcrypto/crypto/../../libssl/src/crypto/md5 ; /usr/bin/perl ./asm/md5-x86_64.pl openbsd-elf) > md5-x86_64.S Use of uninitialized value $output in pattern match (m//) at ./asm/md5-x86_64.pl line 115. Admittedly it's