krb-conf,...)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@278
94cd875c-1c1d-0410-91d2-
eb244daf1a30
while read spec; do
makeDevEntry "$VDIR"/dev $spec
done <$_DEV_FILE
+
+ findAndCopy "$VDIR"/etc/hosts "$CONFDIR"/.defaults/files/hosts "$CONFDIR/.distributions/$DISTRIBUTION"/files/hosts \
+ "$DISTRIBDIR/$DISTRIBUTION"/files/hosts "$DISTRIBDIR"/defaults/files/hosts ""
+
+ for i in nsswitch.conf krb5.conf krb.conf krb.realms ldap.conf localtime resolv.conf; do
+ findAndCopy "$VDIR"/etc/$i "$CONFDIR/.defaults/files/$i" "$CONFDIR/.distributions/$DISTRIBUTION"/files/$i" ""
+ done
}
function initVariables