Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 May 2001 19:59:41 -0500
From:      Mike Meyer <mwm@mired.org>
To:        Konrad Heuer <kheuer@gwdu60.gwdg.de>
Cc:        questions@freebsd.org
Subject:   Re: Linux Netscape Stamp
Message-ID:  <15108.29693.865998.259098@guru.mired.org>
In-Reply-To: <112809459@toto.iv>

next in thread | previous in thread | raw e-mail | index | archive | help
Konrad Heuer <kheuer@gwdu60.gwdg.de> 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)

	<mike

--
Mike Meyer <mwm@mired.org>			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




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