pf-tools commit: r687 [ccaillet-guest] - /branches/0.33-stable/sbin/fix_hosts

parmelan-guest at users.alioth.debian.org parmelan-guest at users.alioth.debian.org
Tue Nov 25 12:13:41 UTC 2008


Author: ccaillet-guest
Date: Tue Nov 25 12:13:41 2008
New Revision: 687

URL: http://svn.debian.org/wsvn/pf-tools/?sc=1&rev=687
Log:
Fix move source

Modified:
    branches/0.33-stable/sbin/fix_hosts

Modified: branches/0.33-stable/sbin/fix_hosts
URL: http://svn.debian.org/wsvn/pf-tools/branches/0.33-stable/sbin/fix_hosts?rev=687&op=diff
==============================================================================
--- branches/0.33-stable/sbin/fix_hosts (original)
+++ branches/0.33-stable/sbin/fix_hosts Tue Nov 25 12:13:41 2008
@@ -91,7 +91,7 @@
 		}
 		close ( TMPDST ) ;
 		if ( compare ( '/tmp/etc_hosts', $dst ) ) {
-			return move ( '/tmp/menulst', $dst) ;
+			return move ( '/tmp/etc_hosts', $dst) ;
 		} else {
 			if ( $DEBUG ) {
 				warn "No need to move /tmp/etc_hosts to ".$dst." they are equals\n" ;




More information about the pf-tools-commits mailing list