From 63156e56ce1efe27712fed3bef83785ed85f5580 Mon Sep 17 00:00:00 2001 From: radu Date: Tue, 18 Apr 2006 18:49:01 +0000 Subject: [PATCH] 2006-04-18 18:49:01 by radu Don't forget /etc/gshadow and /etc/group --- etc/hook.d/60-copy-host-files | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/hook.d/60-copy-host-files b/etc/hook.d/60-copy-host-files index c643498..6e56cb2 100755 --- a/etc/hook.d/60-copy-host-files +++ b/etc/hook.d/60-copy-host-files @@ -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 )