Hi,

in such a case I generally add two lines at the top of my script:
    set -x
    exec 2>/tmp/$0.$$.out

This way you easily get debug information from the script (error output is
also redirected).
It generally helps to analyze the problem.

Cheers, Eric

> Hello,
> i'm debianizing a software system for my company.
> this is my first attempt to debianize software and i have a problem with
> installing one of the created packages.
>
> [...]
>
> I think something in my init.d Script was wrong but can't find it.
> Can anyone have a look at it? (i've attached it)
>
> Markus Schulz
>


-- 
Eric de France, d'Allemagne et de Navarre


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

Reply via email to