On Fri, Sep 05, 2003 at 09:53:46PM -0700, Paul Eggert wrote:
> Robert Millan <[EMAIL PROTECTED]> writes:
>
> > Please apply this patch for "uname -o" to cope with that. It also adds
> > "knetbsd-gnu", which is the Glibc-based/KNetBSD-based variant of GNU.
>
> Thanks, but your email contained no patch; see
> <http://mail.gnu.org/archive/html/bug-coreutils/2003-09/msg00017.html>.
> Could you please resend the patch, along with a ChangeLog entry?
> Thanks.
Heh; if I were given an euro for everytime I forget to attach a patch.. ;)
Ok here is it.
2003-09-08 Robert Millan <[EMAIL PROTECTED]>
* m4/host-os.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
--
Robert Millan
"[..] but the delight and pride of Aule is in the deed of making, and in the
thing made, and neither in possession nor in his own mastery; wherefore he
gives and hoards not, and is free from care, passing ever on to some new work."
-- J.R.R.T, Ainulindale (Silmarillion)
--- coreutils-5.0.90.old/m4/host-os.m4 2002-09-20 11:04:24.000000000 +0200
+++ coreutils-5.0.90/m4/host-os.m4 2003-09-04 05:34:14.000000000 +0200
@@ -40,7 +40,8 @@
hpux*) os='HP-UX';;
hiux*) os='HI-UX';;
gnu*) os='GNU';;
- freebsd*-gnu*) os='GNU/FreeBSD';;
+ kfreebsd*-gnu) os='GNU/KFreeBSD';;
+ knetbsd*-gnu) os='GNU/KNetBSD';;
freebsd*) os='FreeBSD';;
dgux*) os='DG/UX';;
bsdi*) os='BSD/OS';;
_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-coreutils