vhostmd didn't chdir (/) when daemonizing. Fixed in this 0.4 release.
This commit is contained in:
parent
808bf31791
commit
e401e7577b
2
sources
2
sources
@ -1 +1 @@
|
||||
139650528c154da52a65adedfb8e83cf vhostmd-0.4.tar.bz2
|
||||
83ae93a53002b09c21654566790261a6 vhostmd-0.4.tar.bz2
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
Summary: Virtualization host metrics daemon
|
||||
Name: vhostmd
|
||||
Version: 0.4
|
||||
Release: 0.9.gite9db007b%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Daemons
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
@ -16,8 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
URL: http://gitorious.org/vhostmd
|
||||
|
||||
# Upstream tarball hosting is screwed at the moment. This release is
|
||||
# a pre-release of 0.4, based on the git commit names in the Release
|
||||
# tag above, with 'make dist' done by the packager.
|
||||
# of the 0.4 branch, with 'make dist' done by the packager.
|
||||
Source0: vhostmd-%{version}.tar.bz2
|
||||
Source1: vhostmd.init
|
||||
Source2: vhostmd.sysconfig
|
||||
@ -184,6 +183,9 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 9 2009 Richard W.M. Jones <rjones@redhat.com> - 0.4-1
|
||||
- vhostmd didn't chdir ("/") when daemonizing. Fixed in this 0.4 release.
|
||||
|
||||
* Tue Nov 17 2009 Richard W.M. Jones <rjones@redhat.com> - 0.4-0.9.gite9db007b
|
||||
- Add a timestamp to the metrics.
|
||||
- Fix a typo in MemoryAllocatedToVirtualServers metric
|
||||
|
||||
Loading…
Reference in New Issue
Block a user