summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-01-05 14:50:23 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-01-05 14:50:23 +0100
commitd0c79cda3b08717544a5f33b948cd8bdfcd462f2 (patch)
tree2e7d859a9f438be870992219d7da874d409e8ab4 /debian/control
parentaf16369cd594e64abec0d662f0fdbfe487c212d5 (diff)
Remove load of kernel modules via init scripts
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control30
1 files changed, 1 insertions, 29 deletions
diff --git a/debian/control b/debian/control
index cc2db75..2f162c5 100644
--- a/debian/control
+++ b/debian/control
@@ -17,12 +17,11 @@ Homepage: http://sourceforge.net/projects/ipmitool/
Package: ipmitool
Architecture: any
-Depends:
+Depends:
${misc:Depends},
${shlibs:Depends},
lsb-base
Recommends: openipmi
-Suggests: ipmitool-ctrl
Description: utility for IPMI control with kernel driver or LAN interface (daemon)
A utility for managing and configuring devices that support the
Intelligent Platform Management Interface. IPMI is an open standard
@@ -40,30 +39,3 @@ Description: utility for IPMI control with kernel driver or LAN interface (daemo
remote chassis power control.
.
This package contains the daemon.
-
-Package: ipmitool-ctrl
-Architecture: any
-Depends:
- ${misc:Depends},
- ${shlibs:Depends},
- lsb-base
-Recommends: openipmi
-Replaces: ipmitool (<< 1.8.15-1)
-Breaks: ipmitool (<< 1.8.15-1)
-Description: utility for IPMI control with kernel driver or LAN interface
- A utility for managing and configuring devices that support the
- Intelligent Platform Management Interface. IPMI is an open standard
- for monitoring, logging, recovery, inventory, and control of hardware
- that is implemented independent of the main CPU, BIOS, and OS. The
- service processor (or Baseboard Management Controller, BMC) is the
- brain behind platform management and its primary purpose is to handle
- the autonomous sensor monitoring and event logging features.
- .
- The ipmitool program provides a simple command-line interface to this
- BMC. It features the ability to read the sensor data repository
- (SDR) and print sensor values, display the contents of the System
- Event Log (SEL), print Field Replaceable Unit (FRU) inventory
- information, read and set LAN configuration parameters, and perform
- remote chassis power control.
- .
- This package contains the control utility.