Tagging module util-vserver-pl - util-vserver-pl-0.3-9
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Fri, 1 Aug 2008 18:31:39 +0000 (18:31 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Fri, 1 Aug 2008 18:31:39 +0000 (18:31 +0000)
Check running values before issuing set or on.  If same, disregard to save on forks.

util-vserver-pl.spec

index aa5bad4..7f4ddb4 100644 (file)
@@ -5,7 +5,7 @@
 
 %define name   util-vserver-pl
 %define version 0.3
-%define taglevel 8
+%define taglevel 9
 
 %define release        %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -100,6 +100,9 @@ rm -fr %{buildroot}
 %{_sysconfdir}/init.d/vip6-autod
 
 %changelog
+* Fri Aug 01 2008 Faiyaz Ahmed <faiyaza@cs.princeton.edu> - util-vserver-pl-0.3-9
+- Check running values before issuing set or on.  If same, disregard to save on forks.
+
 * Fri Jul 25 2008 Faiyaz Ahmed <faiyaza@cs.princeton.edu> - util-vserver-pl-0.3-8
 - exempt_init shouldn't modify iptables rules.  Instead, only manipulate ipset.  Assume iptables rules are setup properly (now downloaded from nodeconfig/PlanetLabConf for I2 and defaulted to iptables/planetlab-config for all other nodes).