tweaks from Dan Harnett

This commit is contained in:
hugh 2000-06-02 19:47:07 +00:00
parent 87e965f32e
commit 0e487b12dd
3 changed files with 15 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#
# $OpenBSD: Makefile,v 1.9 2000/05/31 16:13:08 hugh Exp $
# $OpenBSD: Makefile,v 1.10 2000/06/02 19:47:07 hugh Exp $
#
DISTNAME= ucd-snmp-4.1.2
@ -27,8 +27,9 @@ CONFIGURE_ARGS+= --with-logfile='/var/log/snmpd'
FAKE= Yes
BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat snmpset \
snmpstatus snmptest snmptranslate snmptrap snmpwalk
BIN= encode_keychange snmpbulkget snmpbulkwalk snmpdelta \
snmpget snmpgetnext snmpnetstat snmpset snmpstatus \
snmptable snmptest snmptranslate snmptrap snmpusm snmpwalk
SBIN= snmpd snmptrapd
post-install:

View File

@ -0,0 +1,8 @@
--- local/tkmib.orig Fri Jun 2 15:26:05 2000
+++ local/tkmib Fri Jun 2 15:26:11 2000
@@ -1,4 +1,4 @@
-#!/usr/bin/perl55 -w
+#!/usr/bin/perl -w
require 5;

View File

@ -1,5 +1,7 @@
$OpenBSD: SECURITY,v 1.1 2000/06/02 15:45:06 hugh Exp $
$OpenBSD: SECURITY,v 1.2 2000/06/02 19:47:08 hugh Exp $
${WRKSRC}/snmplib/snmp_api.c:
mktemp() used to create pathname for a UNIX domain socket in /tmp
sprintf, strcat, and strcpy are in wide use. Use at your own risk.