diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-09 16:55:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-09 16:55:34 +0000 |
commit | 43a72435db304c383021d111afbc3c3793951f3e (patch) | |
tree | d9b9b10f5ca43ddc3200bda43477da91fefe9f95 | |
parent | 6ef98a482a9bf56e97f6d641fabfc0f5b1a35ade (diff) |
ready ourself for the chroot httpd parts
-rw-r--r-- | etc/rc.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 43fcf6c7b8f..13cbc0fb25f 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.74 2002/06/11 04:51:39 dhartmei Exp $ +# $OpenBSD: rc.conf,v 1.75 2002/07/09 16:55:33 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -20,7 +20,6 @@ ntpdate_flags=NO # for normal use: NTP server; run before ntpd starts photurisd_flags=NO # for normal use: "" isakmpd_flags=NO # for normal use: "" mopd_flags=NO # for normal use: "-a" -httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8)) apmd_flags=NO # for normal use: "" dhcpd_flags=NO # for normal use: "-q" rtadvd_flags=NO # for normal use: list of interfaces @@ -32,6 +31,9 @@ rtsold_flags=NO # for normal use: interface # be sure to set net.inet6.ip6.accept_rtadv=1 lpd_flags=NO # for normal use: "" (or "-l" for debugging) +# use -u to disable chroot, see httpd(8) +httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8)) + # For normal use: "-L sm-mta -bd -q30m" sendmail_flags="-L sm-mta -C/etc/mail/localhost.cf -bd -q30m" |