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


Reply via email to