Jeroen van Wolffelaar wrote:
> On Thu, Dec 07, 2006 at 04:10:06PM +0100, Bas van Schaik wrote:
>   
>> Just like stated in the TODO.Debian file: the package is missing an
>> initscript to automatically export devices at boot time. 
>>     
>
> Some comments:
> (snip)
I think you're right in all your points, feel free to correct my errors!
Note that I found another drawback (or maybe I can even call it a bug)
of this script: it _does_ background it operations using the
ampersand-operator, but doesn't detach from the TTY. An alternative
would be using start-stop-daemon:
> start-stop-daemon --start --background --pidfile "$pidfile"
> --make-pidfile --startas "$DAEMON" -- $shelf $slot $eth $bdevice

However, since the vblade tool doesn't support logging out of the box,
logging of daemon output is now impossible, which is also a major
drawback. Maybe others have some suggestions on this?

  -- Bas


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to