summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-12-18 08:11:42 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-12-18 08:11:42 +0100
commit909f9f978458540795e5b81795d0cc0c8d3a996a (patch)
treed104841f4f4971d20e7afacf3ba959bf35f73587 /debian/patches
parent699875d600397bcd6be018052c4e0e9ef5a19fab (diff)
Replace outdated portmap with rpsbind; Add --with autoreconf
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0700-init.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/patches/0700-init.patch b/debian/patches/0700-init.patch
index 42c60c0..f27b7c1 100644
--- a/debian/patches/0700-init.patch
+++ b/debian/patches/0700-init.patch
@@ -18,6 +18,15 @@ Index: trunk/scripts/ipmi_port.sh
# Short-Description: ipmi_port reserves the RMCP port from portmap
# Description: ipmi_port is used to reserve the RMCP port from portmap
### END INIT INFO
+@@ -29,7 +29,7 @@ name=ipmi_port
+ progdir=/usr/sbin
+ prog="$progdir/$name"
+ lockfile=/var/lock/subsys/$name
+-portmap=/etc/init.d/portmap
++portmap=/etc/init.d/rpcbind
+ shardir=/usr/share
+ mibdir=$shardir/snmp/mibs
+ datadir=$shardir/ipmiutil
@@ -40,6 +40,8 @@ threshout=${vardir}/thresh_out.txt
# This threshold script could be created by ipmiutil sensor -p ...
thresh="${vardir}/thresholds.sh"