Browse Source

amd_dir is no longer used by rc so no need for it in rc.conf.

ok deraadt
OPENBSD_4_7
nicm 14 years ago
parent
commit
769864cb37
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/etc/rc.conf

+ 1
- 2
src/etc/rc.conf View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: rc.conf,v 1.133 2009/05/31 19:16:16 henning Exp $
# $OpenBSD: rc.conf,v 1.134 2009/10/17 20:40:17 nicm Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
ripd_flags=NO # for normal use: ""
@ -92,7 +92,6 @@ savecore_flags= # "-z" to compress
ypserv_flags= # E.g. -1 for YP v1, -d for DNS etc
yppasswdd_flags=NO # "-d /etc/yp" if passwd files are in /etc/yp
nfsd_flags="-tun 4" # Crank the 4 for a busy NFS fileserver
amd_dir=/tmp_mnt # AMD's mount directory
amd_master=/etc/amd/master # AMD 'master' map
syslogd_flags= # add more flags, ie. "-u -a /chroot/dev/log"
pf_rules=/etc/pf.conf # Packet filter rules file


Loading…
Cancel
Save