head	1.5;
access;
symbols
	RELENG_2_2_8_RELEASE:1.2
	before_amd_contrib:1.4
	RELENG_2_2_7_RELEASE:1.2
	RELENG_2_2_6_RELEASE:1.2
	RELENG_2_2_5_RELEASE:1.2
	bsd_44_lite_2:1.1.1.1
	RELENG_2_2_2_RELEASE:1.2
	RELENG_2_2_1_RELEASE:1.2
	RELENG_2_2_0_RELEASE:1.2
	RELENG_2_1_7_RELEASE:1.2
	RELENG_2_1_6_1_RELEASE:1.2
	RELENG_2_1_6_RELEASE:1.2
	RELENG_2_2:1.2.0.6
	RELENG_2_2_BP:1.2
	RELENG_2_1_5_RELEASE:1.2
	RELENG_2_1_0_RELEASE:1.2
	RELENG_2_1_0:1.2.0.4
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.2
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.2
	RELEASE_2_0:1.1.1.1
	BETA_2_0:1.1.1.1
	ALPHA_2_0:1.1.1.1.0.2
	bsd_44_lite:1.1.1.1
	CSRG:1.1.1;
locks; strict;
comment	@# @;


1.5
date	98.08.27.08.03.32;	author obrien;	state dead;
branches;
next	1.4;

1.4
date	97.02.22.16.03.35;	author peter;	state Exp;
branches;
next	1.3;

1.3
date	97.01.14.07.09.28;	author jkh;	state Exp;
branches;
next	1.2;

1.2
date	95.02.04.20.01.53;	author phk;	state Exp;
branches
	1.2.4.1
	1.2.6.1;
next	1.1;

1.1
date	94.05.26.05.22.18;	author rgrimes;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.05.26.05.22.19;	author rgrimes;	state Exp;
branches;
next	;

1.2.4.1
date	99.09.05.11.43.59;	author peter;	state Exp;
branches;
next	;

1.2.6.1
date	99.09.05.11.39.59;	author peter;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Make way for the contrib_amd bmake frame work.
@
text
@// $Id: csg_vax,v 1.4 1997/02/22 16:03:35 peter Exp $
// csg vax config - really just for {s,r}vax

#define FSTYPE_UFS	4.2
#define DEFAULT_OPTS	rw

#define CSG_VAX(HOST,DOMAIN) \
host HOST.DOMAIN\
\
/*\
arch vax\
os xinu43\
cluster csg\
dumphost flamingo.doc.ic.ac.uk\
*/\
\
// root\
fs /dev/hp0a {\
	fstype = FSTYPE_UFS\
	opts = DEFAULT_OPTS\
	freq = 1\
	passno = 1\
	mount / {}\
}\
\
// swap\
fs /dev/hp0b {\
	fstype = swap\
}\
\
// usr\
fs /dev/hp0e {\
	fstype = FSTYPE_UFS\
	opts = DEFAULT_OPTS\
	freq = 1\
	passno = 2\
	mount /usr {\
		exportfs "\\\
			sky.doc.ic.ac.uk\\\
			svax.doc.ic.ac.uk\\\
			rvax.doc.ic.ac.uk\\\
			ivax.doc.ic.ac.uk\\\
		"\
	}\
}\
\
// var\
fs /dev/hp0d {\
	fstype = FSTYPE_UFS\
	opts = DEFAULT_OPTS\
	freq = 1\
	passno = 3\
	mount /var {}\
}\
\
// home directories\
fs /dev/hp0f {\
	fstype = FSTYPE_UFS\
	opts = DEFAULT_OPTS\
	freq = 1\
	passno = 3\
	mount /a/HOST/home/HOST {\
		exportfs "\\\
			teach_hosts\\\
		"\
	}\
}
@


1.4
log
@Revert $FreeBSD$ to $Id$
@
text
@d1 1
a1 1
// $Id$
@


1.3
log
@Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
@
text
@d1 1
a1 1
// $FreeBSD$
@


1.2
log
@Added final '\n'
@
text
@d1 1
a1 1
// $Id: csg_vax,v 1.1.1.1 1994/05/26 05:22:19 rgrimes Exp $
@


1.2.4.1
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
// $FreeBSD$
@


1.2.6.1
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
// $FreeBSD$
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
// $Id$
d67 1
a67 1
}@


1.1.1.1
log
@BSD 4.4 Lite usr.sbin Sources
@
text
@@
