freebsd-dev/usr.sbin/amd/fsinfo/conf/hosts/whoops.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

22 lines
834 B
Plaintext

// $FreeBSD$
// sm's bastardised csg_sun3
// note that no /var/spool/rwho is mounted as we now expect amd to do this as /vol/rwho
#define HOST whoops
#define DOMAIN doc.ic.ac.uk
#define BOOT gould.doc.ic.ac.uk
#define EXEC gould.doc.ic.ac.uk
#define MAIL tsunfs.doc.ic.ac.uk
// a sun3
host HOST.DOMAIN
mount /vol/export/roots/HOST as / from BOOT opts rw,grpid,hard,intr
mount /vol/export/swaps/HOST fstype swap as swap from BOOT opts swap
mount /vol/export/exec/sun3 as /usr from EXEC opts ro,grpid,hard,intr
mount /vol/export/misc/crash/HOST as /var/crash/HOST from EXEC opts rw,nosuid,grpid,hard,intr
mount /vol/export/misc/tmp/HOST as /tmp from EXEC opts rw,nosuid,grpid,hard,intr
mount /vol/export/misc/usr.tmp/HOST as /var/tmp from EXEC opts rw,nosuid,grpid,hard,intr
mount /var/mmdf from MAIL opts rw,nosuid,grpid,hard,intr