Subject: hook into util-vserver start-script
From: Wilhelm Meier <wilhelm.meier@fh-kl.de>
Date: Wed, 28 Jan 2009 09:39:13 +0100

Hi,

is there a "standard"-way to hook some own functionality into the 
util-vserver start-script?

I need to unhide /proc/bus/usb and therefore I have to 

umount /proc/bus/usb and
setattr --~hide /proc/bus/usb

once before the vservers start.

I did this in a prepre-start script. I works but this script is 
executed every time a vserver starts. This isn't neccessary.

Any hints?

-- 
Wilhelm