Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

FreeBSD 2.0R BIND version?

0 views
Skip to first unread message

Bill Heiser

unread,
May 2, 1995, 3:00:00 AM5/2/95
to

I am trying to determine what version of "BIND" is used in the 2.0R
release of FreeBSD. The version numbers in the files in the distribution
don't give any clue regarding what it's derived from.

Anyone know what version this is?

Thanks in advance,
Bill

--
These are my opinions, not those of my employer.
Bill Heiser Work: hei...@ed.ray.com Home: bi...@bh.org, http://www.bh.org

Ollivier Robert

unread,
May 4, 1995, 3:00:00 AM5/4/95
to
In article <3o5udr$4...@news.ed.ray.com>,
Bill Heiser <hei...@spc280.ed.ray.com> wrote:

> I am trying to determine what version of "BIND" is used in the 2.0R
> release of FreeBSD. The version numbers in the files in the distribution
> don't give any clue regarding what it's derived from.

In -current, the version is BETA9 Patch1. In 2.0-RELEASE, it is 4.9.2. The
same as 1.1.5.1 in fact.

--
Ollivier ROBERT -=- The daemon is FREE! -=- rob...@keltia.freenix.fr
FreeBSD keltia 2.0-BUILT-19950503 #3: Wed May 3 19:53:04 MET DST 1995

David O'Brien

unread,
May 5, 1995, 3:00:00 AM5/5/95
to
Bill Heiser (hei...@spc280.ed.ray.com) wrote:
:
: I am trying to determine what version of "BIND" is used in the 2.0R
: release of FreeBSD. The version numbers in the files in the distribution
: don't give any clue regarding what it's derived from.
:
: Anyone know what version this is?
:

This is what's in version.c in current:

/*
* @(#)Version.c 4.9 (Berkeley) 7/21/90
* $Id: Version.c,v 1.1.1.1 1994/09/22 19:46:13 pst Exp $
*/

-- David O'Brien (obr...@sea.legent.com)

Turlough FitzPatrick

unread,
May 8, 1995, 3:00:00 AM5/8/95
to
Does anybody know where I can
get LaTeX2e for FreeBSD2.0.
thanks,
turlough

Frederic Loyer

unread,
May 9, 1995, 3:00:00 AM5/9/95
to
In article <D89Ht...@curia.ucc.ie>,

You can get the 'latex' ports (which need the 'tex' ports) or the
'mltex' one. You'll also need some other ports (xdvi, dvips...).


An other solution is to grab some files from a CTAN site and install it
with the given instructions. In order to install TeX, LaTeX2e (and
other utils), I've grab the following files:

systems/web2c/web2c-6.1.tar.gz
systems/web2c/web-6.1.tar.gz
systems/web2c/web2c.kpathsea-2.6.help
systems/web2c/lib-6.9.tar.gz (this file includes Latex2e)

dviware/xdvik/xdvik-18f.tar.gz
dviware/dvipsk/dvipsk-5.58f.tar.gz

The web2c.kpathsea-2.6.help, explain you how to compile TeX with the
kpathsea-2.6 library. This version of kpathsea have many assets:

- it can be configured with a 'texmf.cnf' file,
- you can use a 'ls-R' file in order to speed up file searching,
- and many others...

There is just a little patch needed for xdvik-18f:

*** xdvik/sfSelFile.c.save Wed Dec 14 21:04:38 1994
--- xdvik/sfSelFile.c Sat May 6 14:50:20 1995
***************
*** 48,52 ****
--- 48,54 ----
/* BSD 4.3 errno.h does not declare errno */
+ #if !(defined(__NetBSD__) || defined(__FreeBSD__))
extern int errno;
extern int sys_nerr;
extern char *sys_errlist[];
+ #endif

___ ________ _ | Frederic Loyer
| __\| _|_ _/ \ | Ecole Nationale Superieure
| __\____ | |/ _ \ | de Techniques Avancees
|___\_____|___/ \_\ | e-mail : lo...@ensta.fr
--
___ ________ _ | Frederic Loyer
| __\| _|_ _/ \ | Ecole Nationale Superieure
| __\____ | |/ _ \ | de Techniques Avancees
|___\_____|___/ \_\ | e-mail : lo...@ensta.fr

0 new messages