[xen-tools] [patch] Fix /etc/hosts
Sven Hartge
sven at svenhartge.de
Fri Jun 16 00:49:26 CEST 2006
Hi.
Please apply the following patch. This removes /etc/hosts from the files
to be copied, since an already fixed and correct version is created by
50-setup-hostname.
--- hooks/debian/60-copy-host-files 15 Jun 2006 10:58:17 -0000 1.4
+++ hooks/debian/60-copy-host-files 15 Jun 2006 22:47:07 -0000
@@ -32,8 +32,7 @@
#
# Copy some files literally.
#
-my @files = ( "/etc/hosts",
- "/etc/resolv.conf",
+my @files = ("/etc/resolv.conf",
);
foreach my $file ( @files )
S°
--
Sven Hartge -- professioneller Unix-Geek
Meine Gedanken im Netz: http://www.svenhartge.de/
Achtung, neue Mail-Adresse: sven at svenhartge.de
More information about the xen-tools-discuss
mailing list