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:
parent
b99254174c
commit
ff561a9741
@ -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 )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user