diff -ur wget-1.20.3-1/doc/sample.wgetrc wget-1.20.3/doc/sample.wgetrc --- wget-1.20.3-1/doc/sample.wgetrc 2019-04-06 09:26:01.877349056 +0000 +++ wget-1.20.3/doc/sample.wgetrc 2019-04-06 09:26:46.728399068 +0000 @@ -10,7 +10,7 @@ ## Or online here: ## https://www.gnu.org/software/wget/manual/wget.html#Startup-File ## -## Wget initialization file can reside in /usr/local/etc/wgetrc +## Wget initialization file can reside in /etc/wgetrc ## (global, for all users) or $HOME/.wgetrc (for a single user). ## ## To use the settings in this file, you will have to uncomment them, @@ -22,7 +22,7 @@ ## -## Global settings (useful for setting up in /usr/local/etc/wgetrc). +## Global settings (useful for setting up in /etc/wgetrc). ## Think well before you change them, since they may reduce wget's ## functionality, and make it behave contrary to the documentation: ## diff -ur wget-1.20.3-1/doc/wget.texi wget-1.20.3/doc/wget.texi --- wget-1.20.3-1/doc/wget.texi 2019-04-06 09:26:01.877892711 +0000 +++ wget-1.20.3/doc/wget.texi 2019-04-06 09:26:46.730681692 +0000 @@ -190,7 +190,7 @@ Most of the features are fully configurable, either through command line options, or via the initialization file @file{.wgetrc} (@pxref{Startup File}). Wget allows you to define @dfn{global} startup files -(@file{/usr/local/etc/wgetrc} by default) for site settings. You can also +(@file{/etc/wgetrc} by default) for site settings. You can also specify the location of a startup file with the --config option. To disable the reading of config files, use --no-config. If both --config and --no-config are given, --no-config is ignored. @@ -199,7 +199,7 @@ @ignore @c man begin FILES @table @samp -@item /usr/local/etc/wgetrc +@item /etc/wgetrc Default location of the @dfn{global} startup file. @item .wgetrc @@ -3166,8 +3166,8 @@ @cindex location of wgetrc When initializing, Wget will look for a @dfn{global} startup file, -@file{/usr/local/etc/wgetrc} by default (or some prefix other than -@file{/usr/local}, if Wget was not installed there) and read commands +@file{/etc/wgetrc} by default +and read commands from there, if it exists. Then it will look for the user's file. If the environmental variable @@ -3178,7 +3178,7 @@ The fact that user's settings are loaded after the system-wide ones means that in case of collision user's wgetrc @emph{overrides} the -system-wide wgetrc (in @file{/usr/local/etc/wgetrc} by default). +system-wide wgetrc (in @file{/etc/wgetrc} by default). Fascist admins, away! @node Wgetrc Syntax, Wgetrc Commands, Wgetrc Location, Startup File