pf-tools commit: r728 [parmelan-guest] - in /branches/0.33-stable: debian/changelog debian/pf-host.conffiles tools/kvmlaunch-helper

parmelan-guest at users.alioth.debian.org parmelan-guest at users.alioth.debian.org
Tue Dec 8 15:39:48 UTC 2009


Author: parmelan-guest
Date: Tue Dec  8 15:39:47 2009
New Revision: 728

URL: http://svn.debian.org/wsvn/pf-tools/?sc=1&rev=728
Log:
* debian/pf-host.conffiles:
  - removed (debhelper automatically handles files in /etc as conffiles)
* tools/kvmlaunch-helper:
  - remove a bashism'


Removed:
    branches/0.33-stable/debian/pf-host.conffiles
Modified:
    branches/0.33-stable/debian/changelog
    branches/0.33-stable/tools/kvmlaunch-helper

Modified: branches/0.33-stable/debian/changelog
URL: http://svn.debian.org/wsvn/pf-tools/branches/0.33-stable/debian/changelog?rev=728&op=diff
==============================================================================
--- branches/0.33-stable/debian/changelog (original)
+++ branches/0.33-stable/debian/changelog Tue Dec  8 15:39:47 2009
@@ -2,7 +2,7 @@
 
   [ Christophe Caillet ]
   * lib/PFTools/Update.pm
-    - in Do_updateloop : skipping circular dependancies for avoiding infinite
+    - in Do_updateloop : skipping circular dependencies for avoiding infinite
       loop
     - in $FUNCTION->{'apt-get'} : adding handler for version directive which
       specifies a version to install (NEED TESTING!!). A control is done for
@@ -15,16 +15,20 @@
     according to the value extracted from the host parameter
 
   [ Thomas Parmelan ]
+  * debian/pf-host.conffiles:
+    - removed (debhelper automatically handles files in /etc as conffiles)
+  * lib/PFTools/Update.pm:
+    - Get_conf: sort readdir result, in order to always read update-hostname
+      before update-hostname01 (thus allowing to ignore in update-hostname01 a
+      section defined in update-hostname).
   * tools/kvmlaunch:
     - always keep eth0 first in the list of network interfaces on the kvm
       command line, otherwiser DHCP requests will go out on the wrong
       interface.
-  * lib/PFTools/Update.pm
-    - Get_conf: sort readdir result, in order to always read update-hostname
-      before update-hostname01 (thus allowing to ignore in update-hostname01 a
-      section defined in update-hostname).
-
- -- Thomas Parmelan <tom+pf-tools at ankh.fr.EU.org>  Mon, 07 Dec 2009 16:28:38 +0100
+  * tools/kvmlaunch-helper:
+    - remove a bashism
+
+ -- Thomas Parmelan <tom+pf-tools at ankh.fr.EU.org>  Tue, 08 Dec 2009 16:37:27 +0100
 
 pf-tools (0.33.18-1) unstable; urgency=low
 

Modified: branches/0.33-stable/tools/kvmlaunch-helper
URL: http://svn.debian.org/wsvn/pf-tools/branches/0.33-stable/tools/kvmlaunch-helper?rev=728&op=diff
==============================================================================
--- branches/0.33-stable/tools/kvmlaunch-helper (original)
+++ branches/0.33-stable/tools/kvmlaunch-helper Tue Dec  8 15:39:47 2009
@@ -33,5 +33,5 @@
 screen -t KVM $COMMAND "$@" $THIS_TTY
 
 # keep this screen open!
-for ((;;)); do sleep 10000; done
+while true; do sleep 10000; done
 




More information about the pf-tools-commits mailing list