Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2001 10:25:22 -0500
From:      Vivek Khera <khera@kciLink.com>
To:        freebsd-stable@freebsd.org
Subject:   Re: Required files for Linux emulation
Message-ID:  <14956.20706.794323.519259@onceler.kciLink.com>
In-Reply-To: <5.0.0.25.2.20010120140820.02188bd0@216.67.14.69>
References:  <5.0.0.25.2.20010120140820.02188bd0@216.67.14.69>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "FA" == Forrest Aldrich <forrie@forrie.com> writes:

FA> I have a third-party program (Interscan Viruswall, anyone using that on 
FA> FreeBSD?) that seems to require an additional amount of info to determine 
FA> the version of Linux supported:

FA> grep: /etc/redhat-release: No such file or directory

Is that from a shell script?  Make sure the shell script runs in linux
mode.  ie, change /bin/sh to /compat/linux/bin/sh.  This usually fixes
things up for me.

I have this:

[onceler]% cat /compat/linux/etc/redhat-release
Red Hat Linux release 6.1 (Cartman)
[onceler]% uname -a
FreeBSD onceler.kciLink.com 4.2-STABLE FreeBSD 4.2-STABLE #0: Mon Jan 15 13:44:07 EST 2001     khera@yertle.kciLink.com:/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER  i386



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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