diff options
author | 1999-10-17 00:58:02 +0000 | |
---|---|---|
committer | 1999-10-17 00:58:02 +0000 | |
commit | 485b035e6d1da08fd16e1ba9e7c3147ccd6d0b18 (patch) | |
tree | c3105f70ab186b41b03a6428af2922a2d7b89de2 | |
parent | update trailer, and copy to other pages (diff) | |
download | wireguard-openbsd-485b035e6d1da08fd16e1ba9e7c3147ccd6d0b18.tar.xz wireguard-openbsd-485b035e6d1da08fd16e1ba9e7c3147ccd6d0b18.zip |
Fix misleading comment.
-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 |