Author: eelco
Date: Mon Jul 12 16:40:02 2010
New Revision: 22566
URL: https://svn.nixos.org/websvn/nix/?rev=22566&sc=1

Log:
* Remove a debug line that should not have been committed.

Modified:
   nixos/trunk/modules/tasks/filesystems.nix

Modified: nixos/trunk/modules/tasks/filesystems.nix
==============================================================================
--- nixos/trunk/modules/tasks/filesystems.nix   Mon Jul 12 16:09:02 2010        
(r22565)
+++ nixos/trunk/modules/tasks/filesystems.nix   Mon Jul 12 16:40:02 2010        
(r22566)
@@ -170,7 +170,6 @@
             exec > /dev/console 2>&1
             echo "mounting filesystems..."
             export PATH=${config.system.sbin.mount}/bin:${makeSearchPath 
"sbin" ([pkgs.utillinux] ++ fsPackages)}:$PATH
-            mv /etc/hosts /etc/hosts_
             ${pkgs.mountall}/sbin/mountall
           '';
       };
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to