I think I'd rather see this addressed via
/etc/xen-tools/skel
(Not using another directory inside /etc.)
Or via a role as Radu suggests.
If you'd be happy with that then I could add a script
65-copy-user-files:
#!/bin/sh
prefix=$1
if [ -d /etc/xen-tools/skel ]; then
cp -RL /etc/virtskel/* ${prefix}/
fi
Would that suffice?
Steve
--
# The Debian Security Audit Project.
http://www.debian.org/security/audit
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]