diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-10-17 00:58:03 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-10-17 00:58:03 +0000 |
commit | dc0a9979b559ebc7cac0ead21b957fa22f2c3764 (patch) | |
tree | 678333f54f6240c4a0f3923925fe7d3cdf16fcaf /etc/rc.conf | |
parent | 102320e3d80631e1980a158b093c00d2ddcca9d0 (diff) |
Fix misleading comment.
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 138f940ad18..b0948c4a112 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.39 1999/09/13 12:52:21 deraadt Exp $ +# $OpenBSD: rc.conf,v 1.40 1999/10/17 00:58:02 millert Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -62,7 +62,7 @@ amd_master=/etc/amd/master # AMD 'master' map ipfilter_rules=/etc/ipf.rules # Rules for IP packet filtering ipnat_rules=/etc/ipnat.rules # Rules for Network Address Translation ipmon_flags=-Ds # To disable logging, use ipmon_flags=NO -syslogd_flags= # add more flags, ie. -u -a /chroot/dev/log +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 |