Re: busybox httpd cgi environment

2007-09-15 Thread Nathan Angelacos
Not trying to beat a dead horse, but the previous reply didn't really address an important question: "Why do you want it [the environment cleared?]" Denys Vlasenko wrote: > > Now I disagree. It's trivial to strip environment prior > to starting httpd: > > env - httpd > or > env - PATH="$PATH"

Re: [PATCH] ash fancy prompt expansion

2007-09-15 Thread Denis Vlasenko
On Thursday 13 September 2007 12:39, Natanael Copa wrote: > Hi, > > Attatched is a patch that fixes the annoying bug in ash prmpt expansion. > > Currently the default PS1='\w \$ ' will always show a '$' as prompt > while PS1='\w \\$ ' will show a '#' if effective user is root and '$' > otherwise.

Re: issue regarding ESC in vi

2007-09-15 Thread Bernhard Fischer
On Fri, Sep 14, 2007 at 06:00:23PM -0400, Mike Frysinger wrote: >On Friday 07 September 2007, Paul Fox wrote: >> > On Thursday 06 September 2007 22:49, Tapojoy chatterjee wrote: >> > > hi >> > > whenever we press ESC in vi there is flashing of the terminal..is >> > > there a way around it >> >

rsync of raw svn db available

2007-09-15 Thread Mike Frysinger
for those who may find such a thing useful (to convert/backup/local mirror/whatever), you can now rsync the raw svn files rsync -av --progress rsync://uclibc.org/svn/ svn/ -mike signature.asc Description: This is a digitally signed message part. ___ bu

Re: moving /bin/ip to /sbin/ip?

2007-09-15 Thread Mike Frysinger
On Saturday 15 September 2007, Cristian Ionescu-Idbohrn wrote: > On Fri, 14 Sep 2007, Mike Frysinger wrote: > > generally yes ... however, i dont know of any distro who puts `ip` in > > /bin and considering its purpose in life (configuring the interfaces), > > putting it in /sbin makes sense to me

Re: moving /bin/ip to /sbin/ip?

2007-09-15 Thread Cristian Ionescu-Idbohrn
On Fri, 14 Sep 2007, Mike Frysinger wrote: > generally yes ... however, i dont know of any distro who puts `ip` in > /bin and considering its purpose in life (configuring the interfaces), > putting it in /sbin makes sense to me Debian sid (unstable): # which ip /bin/ip # ls -l /bin/ip -rwxr-xr-x