pkgsrc/sysutils/ipmitool/patches/patch-ad
martti 7c32cb0676 Updated sysutils/ipmitool to 1.8.8
* Fix segfaults in sensor data repository list
        * Fix ipmievd to open interface before daemonizing
        * Fix IPMIv1.5 authtype NONE to ignore supplied password
        * Fix cipher suite display bug in lan print
        * Fix typo in IPMIv2 SOL output when sending break
        * Fix improper LUN handling with Tyan SOL
        * Add LUN support to OpenIPMI interface
        * Add support for Kontron OEM commands
        * Update to Kontron Firmware Update command
        * Remove nuclear clause from license
        * Add Sun OEM command for blades
        * Increase argument size for raw commands in shell/exec
        * Fix handling of LUNs for LAN interfaces
        * Add IPMIv2 SOL loopback test
        * Add support for IBM OEM SEL messages
        * Disable file paranoia checks on read files by default
        * Support IPMIv2 SOL on older Intel boxes
        * Display message and exit if keepalive fails during SOL
        * Add support for setting VLAN id and priority
        * Add support for FreeBSD OpenIPMI-compatible driver
        * Add support for IPMIv2 Firmware Firewall
        * Fix gcc4 compile warnings
        * Make ipmievd generate pidfile
        * Add initscripts for ipmievd
2007-01-10 14:27:47 +00:00

13 lines
437 B
Text

$NetBSD: patch-ad,v 1.2 2007/01/10 14:27:47 martti Exp $
--- contrib/Makefile.in.orig 2006-05-15 17:10:50.000000000 +0000
+++ contrib/Makefile.in 2007-01-10 15:34:13.000000000 +0000
@@ -48,7 +48,7 @@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
+pkgdatadir = $(datadir)/examples/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..