From owner-freebsd-questions Thu May 17 17:59:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id C020537B422 for ; Thu, 17 May 2001 17:59:43 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 23823 invoked by uid 100); 18 May 2001 00:59:41 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15108.29693.865998.259098@guru.mired.org> Date: Thu, 17 May 2001 19:59:41 -0500 To: Konrad Heuer Cc: questions@freebsd.org Subject: Re: Linux Netscape Stamp In-Reply-To: <112809459@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG Konrad Heuer types: > Hi, > > I juts installed Linux Netscape Communicator 4.77 from ports; 4.77 for > FreeBSD seems to be not available yet, and 4.76 has security problems. > > One thing making me unhappy when using the Linux Netscape is thast web > servers like apache log requests from this browser as they'd come from a > Linux system. > > Of course, I'd prefer to change this log file stamp from Linux to > FreeBSD. > > Is their any chance to modify this behaviour? Use the sysctls "compat.linux.osname" and "compat.linux.osrelease" I set them in /etc/rc.local: sysctl -w compat.linux.osname=$(uname -s) sysctl -w compat.linux.osrelease=$(uname -r) http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message