freebsd-dev/usr.sbin/amd/fsinfo/conf/hosts/svax.doc.ic.ac.uk
Jordan K. Hubbard 1130b656e5 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.
1997-01-14 07:20:47 +00:00

67 lines
786 B
Plaintext

// $FreeBSD$
// svax
#define FSTYPE_UFS 4.2
#define DEFAULT_OPTS rw
host svax.doc.ic.ac.uk
/*
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/svax/home/svax {
exportfs "\
teach_hosts\
"
}
}