Blame SOURCES/wget-1.17-path.patch

fd40a9
diff --git a/NEWS b/NEWS
fd40a9
index d23ae95..aa3247f 100644
fd40a9
--- a/NEWS
fd40a9
+++ b/NEWS
fd40a9
@@ -935,7 +935,7 @@ distributed with Wget.
fd40a9
 
fd40a9
 ** Compiles on pre-ANSI compilers.
fd40a9
 
fd40a9
-** Global wgetrc now goes to /usr/local/etc (i.e. $sysconfdir).
fd40a9
+** Global wgetrc now goes to /etc (i.e. $sysconfdir).
fd40a9
 
fd40a9
 ** Lots of bugfixes.
fd40a9
 
fd40a9
@@ -998,7 +998,7 @@ Emacs, standalone info, or converted to HTML, dvi or postscript.
fd40a9
 ** Fixed a long-standing bug, so that Wget now works over SLIP
fd40a9
 connections.
fd40a9
 
fd40a9
-** You can have a system-wide wgetrc (/usr/local/lib/wgetrc by
fd40a9
+** You can have a system-wide wgetrc (/etc/wgetrc by
fd40a9
 default). Settings in $HOME/.wgetrc override the global ones, of
fd40a9
 course :-)
fd40a9
 
fd40a9
diff --git a/README b/README
fd40a9
index 692e1c6..38231c9 100644
fd40a9
--- a/README
fd40a9
+++ b/README
fd40a9
@@ -33,7 +33,7 @@ for socks.
fd40a9
 
fd40a9
 Most of the features are configurable, either through command-line
fd40a9
 options, or via initialization file .wgetrc.  Wget allows you to
fd40a9
-install a global startup file (/usr/local/etc/wgetrc by default) for
fd40a9
+install a global startup file (/etc/wgetrc by default) for
fd40a9
 site settings.
fd40a9
 
fd40a9
 Wget works under almost all Unix variants in use today and, unlike
fd40a9
diff --git a/doc/sample.wgetrc b/doc/sample.wgetrc
fd40a9
index c0d0779..9a73ada 100644
fd40a9
--- a/doc/sample.wgetrc
fd40a9
+++ b/doc/sample.wgetrc
fd40a9
@@ -10,7 +10,7 @@
fd40a9
 ## Or online here:
fd40a9
 ##   https://www.gnu.org/software/wget/manual/wget.html#Startup-File
fd40a9
 ##
fd40a9
-## Wget initialization file can reside in /usr/local/etc/wgetrc
fd40a9
+## Wget initialization file can reside in /etc/wgetrc
fd40a9
 ## (global, for all users) or $HOME/.wgetrc (for a single user).
fd40a9
 ##
fd40a9
 ## To use the settings in this file, you will have to uncomment them,
fd40a9
@@ -22,7 +22,7 @@
fd40a9
 
fd40a9
 
fd40a9
 ##
fd40a9
-## Global settings (useful for setting up in /usr/local/etc/wgetrc).
fd40a9
+## Global settings (useful for setting up in /etc/wgetrc).
fd40a9
 ## Think well before you change them, since they may reduce wget's
fd40a9
 ## functionality, and make it behave contrary to the documentation:
fd40a9
 ##
fd40a9
diff --git a/doc/sample.wgetrc.munged_for_texi_inclusion b/doc/sample.wgetrc.munged_for_texi_inclusion
fd40a9
index 3c7f2f4..521ef16 100644
fd40a9
--- a/doc/sample.wgetrc.munged_for_texi_inclusion
fd40a9
+++ b/doc/sample.wgetrc.munged_for_texi_inclusion
fd40a9
@@ -10,7 +10,7 @@
fd40a9
 ## Or online here:
fd40a9
 ##   https://www.gnu.org/software/wget/manual/wget.html#Startup-File
fd40a9
 ##
fd40a9
-## Wget initialization file can reside in /usr/local/etc/wgetrc
fd40a9
+## Wget initialization file can reside in /etc/wgetrc
fd40a9
 ## (global, for all users) or $HOME/.wgetrc (for a single user).
fd40a9
 ##
fd40a9
 ## To use the settings in this file, you will have to uncomment them,
fd40a9
@@ -22,7 +22,7 @@
fd40a9
 
fd40a9
 
fd40a9
 ##
fd40a9
-## Global settings (useful for setting up in /usr/local/etc/wgetrc).
fd40a9
+## Global settings (useful for setting up in /etc/wgetrc).
fd40a9
 ## Think well before you change them, since they may reduce wget's
fd40a9
 ## functionality, and make it behave contrary to the documentation:
fd40a9
 ##
fd40a9
diff --git a/doc/wget.info b/doc/wget.info
fd40a9
index 40ce0d4..89c6652 100644
fd40a9
--- a/doc/wget.info
fd40a9
+++ b/doc/wget.info
fd40a9
@@ -109,7 +109,7 @@ retrieval through HTTP proxies.
fd40a9
    • Most of the features are fully configurable, either through command
fd40a9
      line options, or via the initialization file ‘.wgetrc’ (*note
fd40a9
      Startup File::).  Wget allows you to define “global” startup files
fd40a9
-     (‘/usr/local/etc/wgetrc’ by default) for site settings.  You can
fd40a9
+     (‘/etc/wgetrc’ by default) for site settings.  You can
fd40a9
      also specify the location of a startup file with the –config
fd40a9
      option.  To disable the reading of config files, use –no-config.
fd40a9
      If both –config and –no-config are given, –no-config is ignored.
fd40a9
@@ -2825,8 +2825,8 @@ File: wget.info,  Node: Wgetrc Location,  Next: Wgetrc Syntax,  Prev: Startup Fi
fd40a9
 ===================
fd40a9
 
fd40a9
 When initializing, Wget will look for a “global” startup file,
fd40a9
-‘/usr/local/etc/wgetrc’ by default (or some prefix other than
fd40a9
-‘/usr/local’, if Wget was not installed there) and read commands from
fd40a9
+‘/etc/wgetrc’ by default (or some prefix other than
fd40a9
+‘/etc’, if Wget was not installed there) and read commands from
fd40a9
 there, if it exists.
fd40a9
 
fd40a9
    Then it will look for the user’s file.  If the environmental variable
fd40a9
@@ -2837,7 +2837,7 @@ further attempts will be made.
fd40a9
 
fd40a9
    The fact that user’s settings are loaded after the system-wide ones
fd40a9
 means that in case of collision user’s wgetrc _overrides_ the
fd40a9
-system-wide wgetrc (in ‘/usr/local/etc/wgetrc’ by default).  Fascist
fd40a9
+system-wide wgetrc (in ‘/etc/wgetrc’ by default).  Fascist
fd40a9
 admins, away!
fd40a9
 
fd40a9
 ?
fd40a9
@@ -3380,7 +3380,7 @@ its line.
fd40a9
      ## Or online here:
fd40a9
      ##   https://www.gnu.org/software/wget/manual/wget.html#Startup-File
fd40a9
      ##
fd40a9
-     ## Wget initialization file can reside in /usr/local/etc/wgetrc
fd40a9
+     ## Wget initialization file can reside in /etc/wgetrc
fd40a9
      ## (global, for all users) or $HOME/.wgetrc (for a single user).
fd40a9
      ##
fd40a9
      ## To use the settings in this file, you will have to uncomment them,
fd40a9
@@ -3392,7 +3392,7 @@ its line.
fd40a9
 
fd40a9
 
fd40a9
      ##
fd40a9
-     ## Global settings (useful for setting up in /usr/local/etc/wgetrc).
fd40a9
+     ## Global settings (useful for setting up in /etc/wgetrc).
fd40a9
      ## Think well before you change them, since they may reduce wget's
fd40a9
      ## functionality, and make it behave contrary to the documentation:
fd40a9
      ##
fd40a9
diff --git a/doc/wget.texi b/doc/wget.texi
fd40a9
index eaf6b38..608d008 100644
fd40a9
--- a/doc/wget.texi
fd40a9
+++ b/doc/wget.texi
fd40a9
@@ -190,7 +190,7 @@ gauge can be customized to your preferences.
fd40a9
 Most of the features are fully configurable, either through command line
fd40a9
 options, or via the initialization file @file{.wgetrc} (@pxref{Startup
fd40a9
 File}).  Wget allows you to define @dfn{global} startup files
fd40a9
-(@file{/usr/local/etc/wgetrc} by default) for site settings. You can also
fd40a9
+(@file{/etc/wgetrc} by default) for site settings. You can also
fd40a9
 specify the location of a startup file with the --config option.
fd40a9
 To disable the reading of config files, use --no-config.
fd40a9
 If both --config and --no-config are given, --no-config is ignored.
fd40a9
@@ -199,7 +199,7 @@ If both --config and --no-config are given, --no-config is ignored.
fd40a9
 @ignore
fd40a9
 @c man begin FILES
fd40a9
 @table @samp
fd40a9
-@item /usr/local/etc/wgetrc
fd40a9
+@item /etc/wgetrc
fd40a9
 Default location of the @dfn{global} startup file.
fd40a9
 
fd40a9
 @item .wgetrc
fd40a9
@@ -3154,8 +3154,8 @@ commands.
fd40a9
 @cindex location of wgetrc
fd40a9
 
fd40a9
 When initializing, Wget will look for a @dfn{global} startup file,
fd40a9
-@file{/usr/local/etc/wgetrc} by default (or some prefix other than
fd40a9
-@file{/usr/local}, if Wget was not installed there) and read commands
fd40a9
+@file{/etc/wgetrc} by default (or some prefix other than
fd40a9
+@file{/etc}, if Wget was not installed there) and read commands
fd40a9
 from there, if it exists.
fd40a9
 
fd40a9
 Then it will look for the user's file.  If the environmental variable
fd40a9
@@ -3166,7 +3166,7 @@ If @code{WGETRC} is not set, Wget will try to load @file{$HOME/.wgetrc}.
fd40a9
 
fd40a9
 The fact that user's settings are loaded after the system-wide ones
fd40a9
 means that in case of collision user's wgetrc @emph{overrides} the
fd40a9
-system-wide wgetrc (in @file{/usr/local/etc/wgetrc} by default).
fd40a9
+system-wide wgetrc (in @file{/etc/wgetrc} by default).
fd40a9
 Fascist admins, away!
fd40a9
 
fd40a9
 @node Wgetrc Syntax, Wgetrc Commands, Wgetrc Location, Startup File