pf-tools commit: r567 [ccaillet-guest] - in /trunk: debian/changelog sbin/mk_interfaces

parmelan-guest at users.alioth.debian.org parmelan-guest at users.alioth.debian.org
Mon Jan 21 13:50:22 UTC 2008


Author: ccaillet-guest
Date: Mon Jan 21 13:50:21 2008
New Revision: 567

URL: http://svn.debian.org/wsvn/pf-tools/?sc=1&rev=567
Log:
* fix for mk_interfaces, now it works :)

Modified:
    trunk/debian/changelog
    trunk/sbin/mk_interfaces

Modified: trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pf-tools/trunk/debian/changelog?rev=567&op=diff
==============================================================================
--- trunk/debian/changelog (original)
+++ trunk/debian/changelog Mon Jan 21 13:50:21 2008
@@ -17,6 +17,7 @@
   * extracting Mk_dhcp from Net.pm to mk_dhcp which is only used here
   * exporting $UML and $VMWARE and Get_dns_from_zone on Net.pm
   * adding use strict on Net.pm and Conf.pm (WIP)
+  * fix for mk_interfaces, now it works :)
 
   [ Thomas Parmelan ]
   * lib-net: if no comment is specified in a zone, network or server
@@ -27,7 +28,7 @@
     made mistakes...
   * Update my email address.
 
- -- Christophe Caillet <quadchris at free.fr>  Fri, 18 Jan 2008 17:14:33 +0100
+ -- Christophe Caillet <quadchris at free.fr>  Mon, 21 Jan 2008 14:48:58 +0100
 
 pf-tools (0.32.47-1) unstable; urgency=low
 

Modified: trunk/sbin/mk_interfaces
URL: http://svn.debian.org/wsvn/pf-tools/trunk/sbin/mk_interfaces?rev=567&op=diff
==============================================================================
--- trunk/sbin/mk_interfaces (original)
+++ trunk/sbin/mk_interfaces Mon Jan 21 13:50:21 2008
@@ -24,6 +24,7 @@
 use warnings;
 
 use PFTools::Net;
+use PFTools::Update;
 
 my ($config, $host, $dst) = @ARGV;
 unless ($config and $host and $dst) {




More information about the pf-tools-commits mailing list