From: Brian Ipsen (Brian.Ipsen_at_andebakken.dk)
Date: Mon 10 Mar 2003 - 15:29:22 GMT
Hi!
Just a suggestion - why not add lines like these to the install-post.sh
script:
if [-f $USR_LIB_VSERVER/install-post-user.sh ]; then
$USR_LIB_VSERVER/install-post-user.sh
fi
This makes it possible to make a customized script to perform actions after
installation of a new vserver - and eliminates the need to modify the
post-install script whenever the vserver-tools are updated.
Regards,
/Brian