From owner-freebsd-chat Sat Mar 31 3:50:14 2001 Delivered-To: freebsd-chat@freebsd.org Received: from picard.skynet.be (picard.skynet.be [195.238.3.131]) by hub.freebsd.org (Postfix) with ESMTP id CAC2137B71C; Sat, 31 Mar 2001 03:50:06 -0800 (PST) (envelope-from brad.knowles@skynet.be) Received: from [194.78.241.123] ([194.78.241.123]) by picard.skynet.be (8.11.2/8.11.2/Skynet-OUT-2.11) with ESMTP id f2VBnx213294; Sat, 31 Mar 2001 13:49:59 +0200 (MET DST) (envelope-from ) Mime-Version: 1.0 X-Sender: bs663385@pop.skynet.be Message-Id: In-Reply-To: <20010331072001.E97985@strontium.scientia.demon.co.uk> References: <20010331072001.E97985@strontium.scientia.demon.co.uk> Date: Sat, 31 Mar 2001 13:49:37 +0200 To: Ben Smithurst , Joseph Mallett From: Brad Knowles Subject: Re: [WAY OFF TOPIC] Argh! Did anybody tape survivor? Cc: chat@FreeBSD.ORG Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 7:20 AM +0100 3/31/01, Ben Smithurst wrote: > sysctl -w compat.linux.osname=$(uname -s) >/dev/null > sysctl -w compat.linux.osrelease=$(uname -r) >/dev/null Surely you mean: sysctl -w compat.linux.osname=$(uname -s) < /dev/null sysctl -w compat.linux.osrelease=$(uname -r) < /dev/null instead?!? -- Brad Knowles, /* efdtt.c Author: Charles M. Hannum */ /* Represented as 1045 digit prime number by Phil Carmody */ /* Prime as DNS cname chain by Roy Arends and Walter Belgers */ /* */ /* Usage is: cat title-key scrambled.vob | efdtt >clear.vob */ /* where title-key = "153 2 8 105 225" or other similar 5-byte key */ dig decss.friet.org|perl -ne'if(/^x/){s/[x.]//g;print pack(H124,$_)}' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message