From: Stephen Soltesz <soltesz@cs.princeton.edu>
Date: Mon, 16 Jun 2008 16:35:57 +0000 (+0000)
Subject: ignores non-existent directories in the config file
X-Git-Tag: vsys-0.7-8
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1f1cc944c9124bb1fd8fcc3a5e806a40146e7301;p=vsys.git

ignores non-existent directories in the config file
---

diff --git a/vsys.spec b/vsys.spec
index c869f48..6c177ea 100644
--- a/vsys.spec
+++ b/vsys.spec
@@ -10,7 +10,7 @@
 
 %define name vsys
 %define version 0.7
-%define taglevel 7
+%define taglevel 8
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -74,6 +74,10 @@ chkconfig vsys on
 %postun
 
 %changelog
+* Mon Jun 16 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - vsys-0.7-8
+- ignore non-existent directories after restart.
+- 
+
 * Fri May 16 2008 Stephen Soltesz <soltesz@cs.princeton.edu> - vsys-0.7-7
 - added logrotate configuration to package.
 -