parent
f22e23c2c2
commit
ace4417748
@ -5,6 +5,8 @@ After=syslog.target
|
|||||||
[Service]
|
[Service]
|
||||||
EnvironmentFile=-/etc/sysconfig/ipmievd
|
EnvironmentFile=-/etc/sysconfig/ipmievd
|
||||||
ExecStart=/usr/sbin/ipmievd $IPMIEVD_OPTIONS
|
ExecStart=/usr/sbin/ipmievd $IPMIEVD_OPTIONS
|
||||||
|
Type=forking
|
||||||
|
PIDFile=/var/run/ipmievd.pid0
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: ipmitool
|
Name: ipmitool
|
||||||
Summary: Utility for IPMI control
|
Summary: Utility for IPMI control
|
||||||
Version: 1.8.11
|
Version: 1.8.11
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://ipmitool.sourceforge.net/
|
URL: http://ipmitool.sourceforge.net/
|
||||||
@ -103,6 +103,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 26 2012 Jan Safranek <jsafrane@redhat.com> - 1.8.11-9
|
||||||
|
- fixed ipmievd.service systemd unit (#807757)
|
||||||
|
|
||||||
* Tue Dec 13 2011 Jan Safranek <jsafrane@redhat.com> - 1.8.11-8
|
* Tue Dec 13 2011 Jan Safranek <jsafrane@redhat.com> - 1.8.11-8
|
||||||
- fixed CVE-2011-4339
|
- fixed CVE-2011-4339
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
IPMIEVD_OPTIONS="sel"
|
IPMIEVD_OPTIONS="sel daemon pidfile=/var/run/ipmievd.pid"
|
||||||
|
Loading…
Reference in New Issue
Block a user