"[email protected]" <[email protected]> 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.
