1
0
mirror of synced 2026-01-18 16:56:58 +00:00

2006-06-15 22:52:52 by steve

Patch from Sven Hartge to avoid copying /etc/hosts - which is already
 setup in 50-setup-hostname.
This commit is contained in:
steve 2006-06-15 22:52:52 +00:00
parent b99254174c
commit ff561a9741

View File

@ -32,8 +32,8 @@ die "Prefix is missing /etc : $prefix" unless ( -d $prefix . "/etc" );
#
# Copy some files literally.
#
my @files = ( "/etc/hosts",
"/etc/resolv.conf",
my @files = (
"/etc/resolv.conf",
);
foreach my $file ( @files )