pf-tools commit: r673 [ccaillet-guest] - in /branches/0.33-stable: debian/changelog lib/PFTools/Net.pm lib/PFTools/Update.pm sbin/mk_grubopt

parmelan-guest at users.alioth.debian.org parmelan-guest at users.alioth.debian.org
Tue Nov 18 08:55:58 UTC 2008


Author: ccaillet-guest
Date: Tue Nov 18 08:55:58 2008
New Revision: 673

URL: http://svn.debian.org/wsvn/pf-tools/?sc=1&rev=673
Log:
* Minor features enhancement release
* Backporting tool mk_grubopt (r671) from trunk
* Cosmetic on email address for Christophe Caillet

Modified:
    branches/0.33-stable/debian/changelog
    branches/0.33-stable/lib/PFTools/Net.pm
    branches/0.33-stable/lib/PFTools/Update.pm
    branches/0.33-stable/sbin/mk_grubopt

Modified: branches/0.33-stable/debian/changelog
URL: http://svn.debian.org/wsvn/pf-tools/branches/0.33-stable/debian/changelog?rev=673&op=diff
==============================================================================
--- branches/0.33-stable/debian/changelog (original)
+++ branches/0.33-stable/debian/changelog Tue Nov 18 08:55:58 2008
@@ -1,3 +1,11 @@
+pf-tools (0.33.13-1) unstable; urgency=low
+
+  * Minor features enhancement release
+  * Backporting tool mk_grubopt (r671) from trunk
+  * Cosmetic on email address for Christophe Caillet
+
+ -- Christophe Caillet <quadchris at free.fr>  Tue, 18 Nov 2008 09:52:15 +0100
+
 pf-tools (0.33.12-1) unstable; urgency=low
 
   * Bugfix release

Modified: branches/0.33-stable/lib/PFTools/Net.pm
URL: http://svn.debian.org/wsvn/pf-tools/branches/0.33-stable/lib/PFTools/Net.pm?rev=673&op=diff
==============================================================================
--- branches/0.33-stable/lib/PFTools/Net.pm (original)
+++ branches/0.33-stable/lib/PFTools/Net.pm Tue Nov 18 08:55:58 2008
@@ -2,7 +2,7 @@
 ##
 ##  $Id$
 ##
-##  Copyright (C) 2007 Christophe Caillet <tof at sitadelle.com>
+##  Copyright (C) 2007 Christophe Caillet <quadchris at free.fr>
 ##  Copyright (C) 2005-2007 Thomas Parmelan <tom+pf-tools at ankh.fr.EU.org>
 ##  Copyright (C) 2003-2005 Damien Clermonte <damien at sitadelle.com>
 ##  Copyright (C) 2001-2003 Olivier Molteni <olivier at molteni.net>

Modified: branches/0.33-stable/lib/PFTools/Update.pm
URL: http://svn.debian.org/wsvn/pf-tools/branches/0.33-stable/lib/PFTools/Update.pm?rev=673&op=diff
==============================================================================
--- branches/0.33-stable/lib/PFTools/Update.pm (original)
+++ branches/0.33-stable/lib/PFTools/Update.pm Tue Nov 18 08:55:58 2008
@@ -2,7 +2,7 @@
 ##
 ##  $Id$
 ##
-##  Copyright (C) 2007 Christophe Caillet <tof at sitadelle.com>
+##  Copyright (C) 2007 Christophe Caillet <quadchris at free.fr>
 ##  Copyright (C) 2004-2007 Thomas Parmelan <tom+pf-tools at ankh.fr.EU.org>
 ##  Copyright (C) 2004 Gonéri Le Bouder <goneri at sitadelle.com>
 ##  Copyright (C) 2003-2005 Damien Clermonte <damien at sitadelle.com>

Modified: branches/0.33-stable/sbin/mk_grubopt
URL: http://svn.debian.org/wsvn/pf-tools/branches/0.33-stable/sbin/mk_grubopt?rev=673&op=diff
==============================================================================
--- branches/0.33-stable/sbin/mk_grubopt (original)
+++ branches/0.33-stable/sbin/mk_grubopt Tue Nov 18 08:55:58 2008
@@ -126,8 +126,8 @@
 $DEST = "-" if ( $DEBUG ) ;
 $VERBOSE = 1 if ( $DEBUG ) ;
 
-# my $NETWORK = Init_lib_net ( Get_source ( "GLOBAL:private-network" ) ) ;
-my $NETWORK = Init_lib_net ( Get_source ( "/home/totof/arch/pf-tools/test/private-network" ) ) ;
+my $NETWORK = Init_lib_net ( Get_source ( "GLOBAL:private-network" ) ) ;
 if ( ! Change_kopt ( Get_Cmdline ( $NETWORK, $HOSTNAME ), $MENU_GRUB, $DEST ) ) {
 	die "Unable to change kernel options(s) into file ".$MENU_GRUB."\n" ;
-}
+}
+




More information about the pf-tools-commits mailing list