Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Nov 2008 16:39:25 -0800
From:      Tim Kientzle <kientzle@freebsd.org>
To:        Eitan Adler <eitanadlerlist@gmail.com>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: uname -c: alias for uname -rms
Message-ID:  <491782BD.9090009@freebsd.org>
In-Reply-To: <491764C3.5020504@gmail.com>
References:  <491764C3.5020504@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Are there any precedents for this option?

If not, then I don't see the point.  If you have to tell someone to send 
you the output of uname, you may as well tell them to use uname -rms.
(I prefer uname -v personally.)

Tim


Eitan Adler wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Personally I find that uname -rms to be the most useful set of uname
> flags (especially when providing support in a public setting).
> 
> inspiration:
> http://groups.google.com/group/lucky.freebsd.chat.digest/browse_frm/thread/b0c44dad9f63f2bd
> 
> Any comments on the following patch:
> 
> - --- uname.c	2008-11-09 17:26:52.000000000 -0500
> +++ uname.old	2008-11-09 17:26:41.000000000 -0500
> @@ -88,11 +88,14 @@
>  	setup_get();
>  	flags = 0;
> 
> - -	while ((ch = getopt(argc, argv, "aimnprsv")) != -1)
> +	while ((ch = getopt(argc, argv, "acimnprsv")) != -1)
>  		switch(ch) {
>  		case 'a':
>  			flags |= (MFLAG | NFLAG | RFLAG | SFLAG | VFLAG);
>  			break;
> +            case 'c':
> +                  flags |= (RFLAG | MFLAG | SFLAG);
> +                  break;
>  		case 'i':
>  			flags |= IFLAG;
>  			break;
> 
> - --
> Eitan Adler
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.9 (FreeBSD)
> 
> iEYEARECAAYFAkkXZMMACgkQtl8kq+nCzNFtJQCfcabTV0uAAQhRhgYcSaSqM2Zt
> H2EAoItxfCpFSGVmcziEiI0uCMz0RGo5
> =PFEl
> -----END PGP SIGNATURE-----
> _______________________________________________
> freebsd-hackers@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
> 
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?491782BD.9090009>