diff options
Diffstat (limited to 'debian/patches/0700-init.patch')
-rw-r--r-- | debian/patches/0700-init.patch | 9 |
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" |