[quagga/f15/master] fixes #692219 - quagga tempfile typo causes system to fail to boot

Jiri Skala jskala at fedoraproject.org
Thu Mar 31 06:58:32 UTC 2011


commit 9f3a53b0f84cec0e27a9cf596a53e48c68c683e7
Author: Jiri Skala <jskala at skalniknb.(none)>
Date:   Thu Mar 31 08:58:27 2011 +0200

    fixes #692219 - quagga tempfile typo causes system to fail to boot

 quagga-tmpfs.conf |    2 +-
 quagga.spec       |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/quagga-tmpfs.conf b/quagga-tmpfs.conf
index 221d8cc..8974b64 100644
--- a/quagga-tmpfs.conf
+++ b/quagga-tmpfs.conf
@@ -1 +1 @@
-d	/var/run/quagga	0755 quagga guagga
+d	/var/run/quagga	0755 quagga quagga
diff --git a/quagga.spec b/quagga.spec
index 727dc6f..4afecc5 100644
--- a/quagga.spec
+++ b/quagga.spec
@@ -32,7 +32,7 @@
 Summary:    Routing daemon
 Name:		quagga
 Version:	0.99.18
-Release:    1%{?dist}
+Release:    2%{?dist}
 License:	GPLv2+
 Group:      System Environment/Daemons
 Source0:    http://www.quagga.net/download/%{name}-%{version}.tar.gz
@@ -358,6 +358,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Mar 31 2011 Jiri Skala <jskala at redhat.com> - 0.99.18-2
+- fixes #692219 - quagga tempfile typo causes system to fail to boot
+
 * Wed Mar 23 2011 Jiri Skala <jskala at redhat.com> - 0.99.18-1
 - fixes #689852 - CVE-2010-1674 CVE-2010-1675 quagga various flaws
 - fixes #690087 - ripd fails to start


More information about the scm-commits mailing list