diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-11-29 04:08:29 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-11-29 04:08:29 +0000 |
commit | 073e7bc6aab0007bcc2023010c1584833ccbd4b7 (patch) | |
tree | 5cd85bbc837231a3a8e2582bc048cd987a899022 /net-mgmt/net-snmp/pkg-message | |
parent | Project is now under the Apache 2.0 license, which is included in the (diff) |
- Upgrade to 5.2.
- Fix build problem on current (1)
- Fix module availability problem on current (2)
- Disable perl completely with WITHOUT_PERL knob (3)
- Install sample file and improve pkg-message and pkg-plist (4)
PR: ports/71071 (1), ports/71522 (2), ports/71315 (3), ports/72779 (4)
Submitted by: Matthew Thyer <thyerm@powerband.net.au> (1),
Dominic Mitchell <dom@happygiraffe.net> (2),
oliver (3),
Fumihiko Kimura <jfkimura@yahoo.co.jp> (4)
Diffstat (limited to 'net-mgmt/net-snmp/pkg-message')
-rw-r--r-- | net-mgmt/net-snmp/pkg-message | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/net-snmp/pkg-message b/net-mgmt/net-snmp/pkg-message index cc545c40eb4e..4a213e367a42 100644 --- a/net-mgmt/net-snmp/pkg-message +++ b/net-mgmt/net-snmp/pkg-message @@ -4,9 +4,9 @@ lines into /etc/rc.conf. snmpd_enable="YES" - snmpd_flags="-as -p /var/run/snmpd.pid" + snmpd_flags="-a -p /var/run/snmpd.pid" snmptrapd_enable="YES" - snmptrapd_flags="-as -p /var/run/snmptrapd.pid" + snmptrapd_flags="-a -p /var/run/snmptrapd.pid" **** You may specify the following make variables: |