diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2008-01-31 14:18:04 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2008-01-31 14:18:04 +0000 |
commit | 3c90b54126879ef2830d45dda517b5b1304b2ab2 (patch) | |
tree | 80c5cfb6ec0c2b92fb138f1351cfc1bb8071474e /etc/rc.conf | |
parent | 1a07485866c1726e56c4633c371ba3068268430a (diff) |
enable snmpd in the build
approved by deraadt@, ok thib@
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 2a2bf5a22ef..d70913189be 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.127 2007/12/07 17:13:35 deraadt Exp $ +# $OpenBSD: rc.conf,v 1.128 2008/01/31 14:18:03 reyk Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -41,6 +41,7 @@ ftpproxy_flags=NO # for normal use: "" hostapd_flags=NO # for normal use: "" ifstated_flags=NO # for normal use: "" relayd_flags=NO # for normal use: "" +snmpd_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)) |