diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-10-12 03:02:58 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-10-12 03:02:58 +0000 |
commit | 4fd11aadb20cc6e0f36fe5362af85ad6e0e12a9d (patch) | |
tree | 76c321ea49472e963fa48c8f621947c2ac347dbc /etc/rc.conf | |
parent | 8a7f68071929876c841153a15e72fe8703bdcd0a (diff) |
startup code for AFS
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 1642fd8ce38..4d24983c165 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.31 1998/09/18 23:52:01 deraadt Exp $ +# $OpenBSD: rc.conf,v 1.32 1998/10/12 03:02:57 art Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for 'normal' use: routed_flags="-q" @@ -38,6 +38,7 @@ lpd=NO # printing daemons check_quotas=YES # NO may be desireable in some YP environments sshd=YES # run sshd if it exists ntpd=YES # run ntpd if it exists +afs=NO # mount and run afs # miscellaneous other flags # only used if the appropriate server is marked YES above @@ -54,3 +55,6 @@ ipmon_flags=-Ds # To disable logging, use ipmon_flags=NO syslogd_flags= # add more flags, ie. -u -a /chroot/dev/log named_user=named # Named should not run as root unless neccesary named_chroot=/var/named # Where to chroot named if not empty +afs_mount_point=/afs # Mountpoint for AFS +afs_device=/dev/xfs0 # Device used by afsd +afsd_flags=-z # Flags passed to afsd |