Re: [2.6 patch] adapt scripts/ver_linux to new util-linux version strings

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Aug 20, 2005 at 05:58:53AM +0200, Adrian Bunk wrote:
> --- linux-2.6.13-rc6-mm1-full/scripts/ver_linux.old
> +++ linux-2.6.13-rc6-mm1-full/scripts/ver_linux

> -fdformat --version | awk -F\- '{print "util-linux            ", $NF}'
> +fdformat --version | awk '{print "util-linux            ", $NF}' \
> +| awk -F\) '{print $1}'
>  
> -mount --version | awk -F\- '{print "mount                 ", $NF}'
> +mount --version | awk '{print "mount                 ", $NF}' | \
> +awk -F\) '{print $1}'

-util-linux             2.12i
-mount                  2.12i
+util-linux             util-linux-2.12i
+mount                  mount-2.12i
			^^^^^^

Is this intentional?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]
  Powered by Linux