ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / web / wget / patches / wgetrc.patch
blob059e667d3e145cf1736e0a26a65306787f74113d
1 diff -ur wget-1.20.3-1/doc/sample.wgetrc wget-1.20.3/doc/sample.wgetrc
2 --- wget-1.20.3-1/doc/sample.wgetrc 2019-04-06 09:26:01.877349056 +0000
3 +++ wget-1.20.3/doc/sample.wgetrc 2019-04-06 09:26:46.728399068 +0000
4 @@ -10,7 +10,7 @@
5 ## Or online here:
6 ## https://www.gnu.org/software/wget/manual/wget.html#Startup-File
7 ##
8 -## Wget initialization file can reside in /usr/local/etc/wgetrc
9 +## Wget initialization file can reside in /etc/wgetrc
10 ## (global, for all users) or $HOME/.wgetrc (for a single user).
12 ## To use the settings in this file, you will have to uncomment them,
13 @@ -22,7 +22,7 @@
17 -## Global settings (useful for setting up in /usr/local/etc/wgetrc).
18 +## Global settings (useful for setting up in /etc/wgetrc).
19 ## Think well before you change them, since they may reduce wget's
20 ## functionality, and make it behave contrary to the documentation:
22 diff -ur wget-1.20.3-1/doc/wget.texi wget-1.20.3/doc/wget.texi
23 --- wget-1.20.3-1/doc/wget.texi 2019-04-06 09:26:01.877892711 +0000
24 +++ wget-1.20.3/doc/wget.texi 2019-04-06 09:26:46.730681692 +0000
25 @@ -190,7 +190,7 @@
26 Most of the features are fully configurable, either through command line
27 options, or via the initialization file @file{.wgetrc} (@pxref{Startup
28 File}). Wget allows you to define @dfn{global} startup files
29 -(@file{/usr/local/etc/wgetrc} by default) for site settings. You can also
30 +(@file{/etc/wgetrc} by default) for site settings. You can also
31 specify the location of a startup file with the --config option.
32 To disable the reading of config files, use --no-config.
33 If both --config and --no-config are given, --no-config is ignored.
34 @@ -199,7 +199,7 @@
35 @ignore
36 @c man begin FILES
37 @table @samp
38 -@item /usr/local/etc/wgetrc
39 +@item /etc/wgetrc
40 Default location of the @dfn{global} startup file.
42 @item .wgetrc
43 @@ -3166,8 +3166,8 @@
44 @cindex location of wgetrc
46 When initializing, Wget will look for a @dfn{global} startup file,
47 -@file{/usr/local/etc/wgetrc} by default (or some prefix other than
48 -@file{/usr/local}, if Wget was not installed there) and read commands
49 +@file{/etc/wgetrc} by default
50 +and read commands
51 from there, if it exists.
53 Then it will look for the user's file. If the environmental variable
54 @@ -3178,7 +3178,7 @@
56 The fact that user's settings are loaded after the system-wide ones
57 means that in case of collision user's wgetrc @emph{overrides} the
58 -system-wide wgetrc (in @file{/usr/local/etc/wgetrc} by default).
59 +system-wide wgetrc (in @file{/etc/wgetrc} by default).
60 Fascist admins, away!
62 @node Wgetrc Syntax, Wgetrc Commands, Wgetrc Location, Startup File