SHA256
1
0
forked from pool/ipmitool

- Added 3 services:

1) exchange-bmc-os-info - fate#315999
       Shows SLES string as OS in the service processor info
    2) bmc-snmp-proxy - fate#316000 
       Exports sel (BMC Error log) via snmpd
    3) ipmievd - fate#316002
       Logs sel to syslog
1. and 2. are very Dell specific and should not get enabled by default
3. got converted to a native systemd service. Still needs autoconf
   adjusting to get send mainline
1. and 2. have somewhat bigger Init V init scripts and time was not
   enough to convert them. Therefore they were added via insserv
   and friends as well

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ipmitool?expand=0&rev=20
This commit is contained in:
2014-02-17 15:39:37 +00:00
committed by Git OBS Bridge
parent 3de31f40da
commit 31281a73e0
8 changed files with 172 additions and 111 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Feb 13 23:27:01 UTC 2014 - trenn@suse.de
- Added 3 services:
1) exchange-bmc-os-info - fate#315999
Shows SLES string as OS in the service processor info
2) bmc-snmp-proxy - fate#316000
Exports sel (BMC Error log) via snmpd
3) ipmievd - fate#316002
Logs sel to syslog
1. and 2. are very Dell specific and should not get enabled by default
3. got converted to a native systemd service. Still needs autoconf
adjusting to get send mainline
1. and 2. have somewhat bigger Init V init scripts and time was not
enough to convert them. Therefore they were added via insserv
and friends as well
-------------------------------------------------------------------
Fri Oct 4 06:38:02 UTC 2013 - kkaempf@suse.com