Re: CVS commit: src/etc/skel

2011-10-19 Thread Jared McNeill
Please restore EDITOR=vi, otherwise the following message is going to haunt me for the rest of time: $ svn commit svn: Commit failed (details follow): svn: Could not use external editor to fetch log message; consider setting the $SVN_EDITOR environment variable or using the --message (-m) or --

Re: CVS commit: src/etc/skel

2011-10-19 Thread Izumi Tsutsui
> Please restore EDITOR=vi, otherwise the following message is going to > haunt me for the rest of time: Heh, I'm surpised that I see so much useradd(8) users who have not complained about su -m and EXINIT ;-p --- Izumi Tsutsui

Re: CVS commit: src/etc/skel

2011-10-19 Thread Greg Troxel
Jared McNeill writes: > Please restore EDITOR=vi, otherwise the following message is going to > haunt me for the rest of time: > > $ svn commit > svn: Commit failed (details follow): > svn: Could not use external editor to fetch log message; consider > setting the $SVN_EDITOR environment variabl

Re: CVS commit: src/etc/skel

2011-10-19 Thread David Holland
On Wed, Oct 19, 2011 at 08:53:48AM -0400, Greg Troxel wrote: > > Please restore EDITOR=vi, otherwise the following message is going to > > haunt me for the rest of time: > > > > $ svn commit > > svn: Commit failed (details follow): > > svn: Could not use external editor to fetch log message;

Re: CVS commit: src/etc/skel

2011-10-19 Thread Jared McNeill
This "can't please everybody, so please nobody" reasoning is why NetBSD also ships with twm as default. EDITOR=vi has been in /etc/skel for >11yrs now, lots of discussion about it here: http://gnats.netbsd.org/10985 On Wed, 19 Oct 2011, Greg Troxel wrote: Jared McNeill writes: Please r

Re: CVS commit: src/sys/net

2011-10-19 Thread Joerg Sonnenberger
On Wed, Oct 19, 2011 at 01:34:37AM +, David Young wrote: > Module Name: src > Committed By: dyoung > Date: Wed Oct 19 01:34:37 UTC 2011 > > Modified Files: > src/sys/net: if.c if.h > > Log Message: > Start to untangle the ifnet ioctls mess. This broke src/external/bsd/am-utils

Re: CVS commit: src/sys/net

2011-10-19 Thread David Young
On Wed, Oct 19, 2011 at 09:29:51PM +, David Young wrote: > Module Name: src > Committed By: dyoung > Date: Wed Oct 19 21:29:51 UTC 2011 > > Modified Files: > src/sys/net: if.c if.h > > Log Message: > Userland by pulling the ifioctl lock-related data members into a > struct ifne

Re: CVS commit: src/sys/net

2011-10-19 Thread David Holland
On Wed, Oct 19, 2011 at 09:59:38PM +, David Young wrote: > Module Name: src > Committed By:dyoung > Date:Wed Oct 19 21:59:38 UTC 2011 > > Modified Files: > src/sys/net: if_gre.c > > Log Message: > Get rid of gre's deadlock-prone, one-off ifioctl locking.