Date: Fri, 30 Jul 1999 02:00:04 +0900 (KST) From: Leo Kim <leo@florida.sarang.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12870: mrtg installation bug Message-ID: <199907291700.CAA09446@florida.sarang.net>
next in thread | raw e-mail | index | archive | help
>Number: 12870 >Category: ports >Synopsis: mrtg installation bug >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 29 10:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Leo Kim >Release: FreeBSD 3.2-STABLE i386 >Organization: SarangNET >Environment: i586 (Pentium 166MHz) FreeBSD 3.2-STABLE >Description: Since one local Perl module used in mrtg Perl script is missing after installation, the mrtg Perl script doesn't work. >How-To-Repeat: /usr/local/bin/mrtg /usr/local/etc/mrtg/mrtg.cfg will produce the error. >Fix: Apply following patche to the /usr/ports/net/mrtg. --- Makefile.orig Thu Jul 29 12:47:15 1999 +++ Makefile Thu Jul 29 12:48:11 1999 @@ -43,3 +43,3 @@ done - for file in SNMP_Session.pm SNMP_util.pm BER.pm; do \ + for file in SNMP_Session.pm SNMP_util.pm BER.pm locales_mrtg.pm; do \ ${INSTALL_DATA} ${WRKSRC}/run/$$file ${PREFIX}/lib/perl5/site_perl/${PERL_VER}; \ --- pkg/PLIST.orig Thu Jul 29 12:50:03 1999 +++ pkg/PLIST Thu Jul 29 12:50:19 1999 @@ -9,2 +9,3 @@ lib/perl5/site_perl/%%PERL_VER%%/SNMP_util.pm +lib/perl5/site_perl/%%PERL_VER%%/locales_mrtg.pm share/mrtg/mrtg-l.gif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907291700.CAA09446>