[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Need help about diald & dselect:



> 1)I configured diald in my system but when I boot my system, I'll
>   get a message during boot.
>   "Trying to start diald.  /etc/diald/diald.options does not exist."
>   I have the following files in /etc/diald:
>                 diald.conf
>                 diald.defs
>                 diald.init
>                 diald.options
>   Can you tell me why I'll get the above message during boot with these
>   files in the right directory?

I get this too. The /etc/init.d/diald script fails if diald.options
*does* exist. Change the line

if [ -x $OPT ]; then

to

if [ ! -x $OPT ]; then

and all will be fixed.


hamish


--
This message was delayed because the list mail delivery agent was down.


Reply to: