diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2000-04-27 22:49:06 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2000-04-27 22:49:06 +0000 |
commit | 91db20834589f76badb966325d8f4b70845807db (patch) | |
tree | f823371297bf01c4a8b3c0730dc8bff0a1261c9a /usr.sbin/afs/afsd | |
parent | 9054c1d0a83edfba25548a3ea71fe37e0f7d4d2a (diff) |
Manpages for /etc/afs/CellServDB and /etc/afs/ThisCell
Diffstat (limited to 'usr.sbin/afs/afsd')
-rw-r--r-- | usr.sbin/afs/afsd/CellServDB.5 | 30 | ||||
-rw-r--r-- | usr.sbin/afs/afsd/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/afs/afsd/ThisCell.5 | 24 |
3 files changed, 56 insertions, 2 deletions
diff --git a/usr.sbin/afs/afsd/CellServDB.5 b/usr.sbin/afs/afsd/CellServDB.5 new file mode 100644 index 00000000000..4d805c6b86b --- /dev/null +++ b/usr.sbin/afs/afsd/CellServDB.5 @@ -0,0 +1,30 @@ +.\" $OpenBSD: CellServDB.5,v 1.1 2000/04/27 22:49:05 hin Exp $ +.Dd April 19, 2000 +.Dt CellServDB 5 +.Os +.Sh NAME +.Nm CellServDB +.Nd AFS cells and database servers +.Sh DESCRIPTION +The file +.Nm +lists AFS cells known to the local AFS cache manager. +Each entry describes the name of an AFS cell and specifies the +servers for that cell. +.Pp +Here is an example of the format of an entry in the file: +.Bd -literal +>cellname # Freetext comment describing the cell +ip-address #first.server.for.cell +ip-address #second.server.for.cell +ip-adresss #third.server.for.cell +.Ed +.Pp +.Nm +is read when +.Nm afsd +is started, normally when the system boots. +.Sh FILES +.Pa /etc/afs/CellServDB +.Sh SEE ALSO +.Xr afsd 8
\ No newline at end of file diff --git a/usr.sbin/afs/afsd/Makefile b/usr.sbin/afs/afsd/Makefile index 55e2891486a..80318717c45 100644 --- a/usr.sbin/afs/afsd/Makefile +++ b/usr.sbin/afs/afsd/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.2 1999/04/30 01:59:02 art Exp $ +# $OpenBSD: Makefile,v 1.3 2000/04/27 22:49:05 hin Exp $ PROG = afsd -MAN = afsd.8 +MAN = afsd.8 CellServDB.5 ThisCell.5 BINDIR = /usr/libexec SRCS = adir.c arla.c arladeb.c cmcb.c conn.c cred.c darla.c discon_log.c \ fbuf.c fcache.c fprio.c inter.c kernel.c messages.c reconnect.c \ diff --git a/usr.sbin/afs/afsd/ThisCell.5 b/usr.sbin/afs/afsd/ThisCell.5 new file mode 100644 index 00000000000..9f437322906 --- /dev/null +++ b/usr.sbin/afs/afsd/ThisCell.5 @@ -0,0 +1,24 @@ +.\" $OpenBSD: ThisCell.5,v 1.1 2000/04/27 22:49:05 hin Exp $ +.Dd April 19, 2000 +.Dt ThisCell 5 +.Os +.Sh NAME +.Nm ThisCell +.Nd specify a hosts home AFS cell +.Sh DESCRIPTION +The file +.Nm +specifies which cell the AFS cache manager belongs to. This affects the +default cell to use for commands such as +.Xr pts 1 , +.Xr fs 1 , +.Xr vos 8 , +.Xr kauth 1 , +.Xr kinit 1 , +.Xr afslog 1 , +but other cells can still be used. +It also affects where the cache manager reads the root of afs, so having +good connectivity to the default cell is very important. +.Sh SEE ALSO +.Xr afsd 8 , +.Xr cellservdb 5 , |