diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2003-08-05 14:41:54 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2003-08-05 14:41:54 +0000 |
commit | 72821b08d0142704f6606416eaff3d3195cbde84 (patch) | |
tree | 331c6da902b9e45e30cb90a49d5aa3e0e3c5a9ec /etc | |
parent | a0baf77919e0c3023d3ff0a5e404171da3a53cf5 (diff) |
Be a bit clearer, and refer to rc.conf
Diffstat (limited to 'etc')
-rw-r--r-- | etc/afs/README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/afs/README b/etc/afs/README index 14d3a5304b1..68f8ba72f74 100644 --- a/etc/afs/README +++ b/etc/afs/README @@ -1,9 +1,13 @@ +# $OpenBSD: README,v 1.3 2003/08/05 14:41:53 hin Exp $ + Please enter an AFS cell near you in the ThisCell file. The SuidCells file specifies cells, other than your home cell, for which -the AFS client will actually honor the setuid bit. +the AFS client will honor the setuid bit on binaries. If you have an "unknown" cell that is not known in the CellServDB, make -sure to update your cell. +sure to update CellServDB with your cell information. + +afs is enabled by changing 'afs=NO' to 'afs=YES' in /etc/rc.conf The ARLA project has a webpage at: http://www.stacken.kth.se/projekt/arla/ |