pf-tools commit: r653 [ccaillet-guest] - in /branches/0.33-stable: debian/changelog sbin/mk_sourceslist
parmelan-guest at users.alioth.debian.org
parmelan-guest at users.alioth.debian.org
Wed Oct 8 10:01:21 UTC 2008
Author: ccaillet-guest
Date: Wed Oct 8 10:01:21 2008
New Revision: 653
URL: http://svn.debian.org/wsvn/pf-tools/?sc=1&rev=653
Log:
* Bugfix release
* Avoid a possible warning on mk_sourceslist (backport r652 from trunk)
Modified:
branches/0.33-stable/debian/changelog
branches/0.33-stable/sbin/mk_sourceslist
Modified: branches/0.33-stable/debian/changelog
URL: http://svn.debian.org/wsvn/pf-tools/branches/0.33-stable/debian/changelog?rev=653&op=diff
==============================================================================
--- branches/0.33-stable/debian/changelog (original)
+++ branches/0.33-stable/debian/changelog Wed Oct 8 10:01:21 2008
@@ -1,3 +1,10 @@
+pf-tools (0.33.8-1) unstable; urgency=low
+
+ * Bugfix release
+ * Avoid a possible warning on mk_sourceslist (backport r652 from trunk)
+
+ -- Christophe Caillet <tof at sitadelle.com> Wed, 08 Oct 2008 12:00:22 +0200
+
pf-tools (0.33.7-1) unstable; urgency=low
* Features enhancement release
Modified: branches/0.33-stable/sbin/mk_sourceslist
URL: http://svn.debian.org/wsvn/pf-tools/branches/0.33-stable/sbin/mk_sourceslist?rev=653&op=diff
==============================================================================
--- branches/0.33-stable/sbin/mk_sourceslist (original)
+++ branches/0.33-stable/sbin/mk_sourceslist Wed Oct 8 10:01:21 2008
@@ -159,6 +159,7 @@
my $PF_NET = Init_lib_net ( Get_source ( $SRC ) ) ;
$HOST =~ /^(([^\-]{4})-)?([^\d]+)(([\d]*)([a-z]*))?$/ ;
+my $hosttype = ( defined $1 ) ? $1.$3 : $3 ;
my $SRV = $PF_NET->{'SERVERS'}->{'BY_NAME'}->{$1.$3}->{'SRVLIST'}->{$HOST} ;
Mk_sourceslist ( $SRV, $DST, $TPL, $SECTIONS ) ;
More information about the pf-tools-commits
mailing list