bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] contributing to wget


From: Hrvoje Niksic
Subject: Re: [Bug-wget] contributing to wget
Date: Fri, 11 Jun 2010 10:56:45 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

"address@hidden" <address@hidden> writes:

> Thanks for the encouragement! I've attached a patch which should tell
> the user there is a problem with the system wgetrc file and exit. Seems
> suspiciously simple, can anyone spot any problems with it?
[...]
> +  /*If there are any problems parsing the system wgetrc file, tell the user 
> and exit*/
> +  if (!ok) 
> +    {
> +     fprintf(stderr, _("Parsing system wgetrc file failed; please check 
> '%s'.\n"), SYSTEM_WGETRC);
> +     exit(2);
> +    }                

Is there a way for Wget to recover from this error?  The user who runs
Wget might not have superuser privileges needed to correct this problem.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]