pf-tools commit: r688 [ccaillet-guest] - /trunk/sbin/fix_hosts

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


Author: ccaillet-guest
Date: Tue Nov 25 13:08:43 2008
New Revision: 688

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

Modified:
    trunk/sbin/fix_hosts

Modified: trunk/sbin/fix_hosts
URL: http://svn.debian.org/wsvn/pf-tools/trunk/sbin/fix_hosts?rev=688&op=diff
==============================================================================
--- trunk/sbin/fix_hosts (original)
+++ trunk/sbin/fix_hosts Tue Nov 25 13:08:43 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