Re: [PATCH] modify ver_linux to check e2fsprogs and more.

2001-02-08 Thread Jochen Striepe
Hi, On 08 Feb 2001, Steven Cole <[EMAIL PROTECTED]> wrote: > > But, there is an easy solution: > [root@localhost scripts]# ifconfig --version > net-tools 1.57 > ifconfig 1.40 (2000-05-21) > > I replaced the old code for Net-tools with this: > > ifconfig --version 2>&1 | grep tools | aw

Re: [PATCH] modify ver_linux to check e2fsprogs and more.

2001-02-08 Thread Frédéric L. W. Meunier
Jochen Striepe wrote: > tolot:/root # hostname --version > hostname (GNU sh-utils) 2.0.11 > Written by Jim Meyering. AFAIK, all distributions use hostname from net-tools, not from sh-utils. % hostname -V net-tools 1.57 hostname 1.99 (2000-02-13) Why duplicate it (on Linux) ? -- Frédéric L. W

Re: [PATCH] modify ver_linux to check e2fsprogs and more.

2001-02-08 Thread Steven Cole
On Thursday 08 February 2001 14:31, Jochen Striepe wrote: > > Hi, > > On 08 Feb 2001, Steven Cole <[EMAIL PROTECTED]> wrote: > > I have modified the scripts/ver_linux script to provide the following: > > [...] > > > hostname -V 2>&1 | awk 'NR==1{print "Net-tools ", $NF}' > > *P

Re: [PATCH] modify ver_linux to check e2fsprogs and more.

2001-02-08 Thread Jochen Striepe
Hi, On 08 Feb 2001, Steven Cole <[EMAIL PROTECTED]> wrote: > I have modified the scripts/ver_linux script to provide the following: > [...] > > hostname -V 2>&1 | awk 'NR==1{print "Net-tools ", $NF}' *Please* consider modifying this. There might be a problem: tolot:/root #

[PATCH] modify ver_linux to check e2fsprogs and more.

2001-02-08 Thread Steven Cole
I have modified the scripts/ver_linux script to provide the following: 1) The order of version checks is now the same as the list in the Current Minimal Requirements section of Documentation/Changes for easier comparison. 2) Made capitalization consistent with the list in Changes. 3) Added