2006-04-18 18:49:01 by radu
Don't forget /etc/gshadow and /etc/group
This commit is contained in:
parent
e84d075cde
commit
63156e56ce
@ -33,7 +33,9 @@ die "Prefix is missing /etc : $prefix" unless ( -d $prefix . "/etc" );
|
||||
# Copy some files literally.
|
||||
#
|
||||
my @files = ( "/etc/hosts",
|
||||
"/etc/resolv.conf"
|
||||
"/etc/resolv.conf",
|
||||
"/etc/gshadow",
|
||||
"/etc/group"
|
||||
);
|
||||
|
||||
foreach my $file ( @files )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user