mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 14:07:39 +00:00
fa0eff2261
Get rid of dkload subdir Get rid of "-chunksize 18 -stat 4800" Change "fs setcrypt crypt" to "fs setcrypt on" (old CMU syntax)
10 lines
336 B
Plaintext
10 lines
336 B
Plaintext
# install this file as /usr/vice/etc/rc.securelevel.afs
|
|
# add the following line (without leading '# ') to /etc/rc.securelevel for OpenBSD
|
|
# . /usr/vice/etc/rc.securelevel.afs
|
|
|
|
rm -f /usr/vice/etc/openbsd_afs
|
|
/sbin/modload -o /usr/vice/etc/openbsd_afs /usr/vice/etc/libafs.o
|
|
|
|
/usr/vice/etc/afsd -nosettime
|
|
/usr/vice/bin/fs setcrypt on
|