diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2008-11-27 00:52:07 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2008-11-27 00:52:07 +0000 |
commit | e9071010d4c39ecb4b87305edf65fbbd6dfd51c2 (patch) | |
tree | 911aa886bc36770e8a56c8c157146b459bc5bcba /etc/rc.conf | |
parent | a9b4631ad529d16595d8a5030e3911e75c0afabb (diff) |
Add bt=YES to /etc/rc.conf.local to start the daemon
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 6512af4ffb8..59fb3d8d572 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.130 2008/06/09 22:21:49 mbalmer Exp $ +# $OpenBSD: rc.conf,v 1.131 2008/11/27 00:52:06 uwe Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags ripd_flags=NO # for normal use: "" @@ -70,6 +70,7 @@ lockd=NO amd=NO pf=NO # Packet filter / NAT ipsec=NO # IPsec +bt=NO # Bluetooth portmap=NO # Note: inetd(8) rpc services need portmap too inetd=YES # almost always needed check_quotas=YES # NO may be desirable in some YP environments @@ -95,6 +96,7 @@ amd_master=/etc/amd/master # AMD 'master' map syslogd_flags= # add more flags, ie. "-u -a /chroot/dev/log" pf_rules=/etc/pf.conf # Packet filter rules file ipsec_rules=/etc/ipsec.conf # IPsec rules file +bt_rules=/etc/bt.conf # Bluetooth rules file pflogd_flags= # add more flags, ie. "-s 256" afsd_flags= # Flags passed to afsd shlib_dirs= # extra directories for ldconfig, separated |