diff options
author | 2011-07-08 18:01:31 +0000 | |
---|---|---|
committer | 2011-07-08 18:01:31 +0000 | |
commit | f2bd1b8725c61fbd7f23f04fd9f39b8033c18053 (patch) | |
tree | ee16350da14cec6d205eb1e693b96dded9e005b1 | |
parent | Move hiballoc to hibernate.h, subr_hibernate.c (diff) | |
download | wireguard-openbsd-f2bd1b8725c61fbd7f23f04fd9f39b8033c18053.tar.xz wireguard-openbsd-f2bd1b8725c61fbd7f23f04fd9f39b8033c18053.zip |
Remove outdated comment.
ok robert@ deraadt@
-rw-r--r-- | etc/rc.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 1c4284aadbf..0c6a93e7d3e 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.152 2011/07/08 16:20:13 ajacoutot Exp $ +# $OpenBSD: rc.conf,v 1.153 2011/07/08 18:01:31 ajacoutot Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ldpd_flags=NO # for normal use: "" @@ -92,7 +92,6 @@ multicast_host=NO # Route all multicast packets to a single interface multicast_router=NO # A multicast routing daemon will be run, e.g. mrouted # miscellaneous other flags -# only used if the appropriate server is marked YES above savecore_flags= # "-z" to compress ypserv_flags=NO # add more flags, eg. -1 for YP v1, -d for DNS etc yppasswdd_flags=NO # "-d /etc/yp" if passwd files are in /etc/yp |