diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-06-04 04:26:42 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-06-04 04:26:42 +0000 |
commit | da398057df822ce25d4cdf29b19a38513d771552 (patch) | |
tree | c1e9e7c9e8f5296403df853fcf8772d0dcf9a626 /etc/rc.conf | |
parent | e424bb52533702da31fac82d26b87e39d3ea967b (diff) |
hotplugd startup.
ok deraadt@
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index d6ebb044181..9e5a1e51e25 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.96 2004/05/25 16:41:01 jakob Exp $ +# $OpenBSD: rc.conf,v 1.97 2004/06/04 04:26:41 grange Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -28,6 +28,7 @@ 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) sensorsd_flags=NO # for normal use: "" +hotplugd_flags=NO # for normal use: "" # use -u to disable chroot, see httpd(8) httpd_flags=NO # for normal use: "" (or "-DSSL" after reading ssl(8)) |