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
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
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
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 #
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
5 matches
Mail list logo