]> git.pld-linux.org Git - packages/wget.git/blob - wget-wgetrc_path.patch
- updated pl man page, fixed wgetrs path in documentation
[packages/wget.git] / wget-wgetrc_path.patch
1 diff -uNr wget-1.8.2.orig/NEWS wget-1.8.2/NEWS
2 --- wget-1.8.2.orig/NEWS        Thu Aug 28 21:45:31 2003
3 +++ wget-1.8.2/NEWS     Thu Aug 28 21:45:31 2003
4 @@ -232,7 +232,7 @@
5  
6  ** Compiles on pre-ANSI compilers.
7  
8 -** Global wgetrc now goes to /usr/local/etc (i.e. $sysconfdir).
9 +** Global wgetrc now goes to /etc (i.e. $sysconfdir).
10  
11  ** Lots of bugfixes.
12  \f
13 @@ -295,9 +295,8 @@
14  ** Fixed a long-standing bug, so that Wget now works over SLIP
15  connections.
16  
17 -** You can have a system-wide wgetrc (/usr/local/lib/wgetrc by
18 -default). Settings in $HOME/.wgetrc override the global ones, of
19 -course :-)
20 +** You can have a system-wide wgetrc (/etc/wgetrc by default). Settings
21 +in $HOME/.wgetrc override the global ones, of course :-)
22  
23  ** You can set up quota in .wgetrc to prevent sucking too much
24  data. Try `quota = 5M' in .wgetrc (or quota = 100K if you want your
25 diff -uNr wget-1.8.2.orig/doc/wget.info-1 wget-1.8.2/doc/wget.info-1
26 --- wget-1.8.2.orig/doc/wget.info-1     Thu Aug 28 21:48:44 2003
27 +++ wget-1.8.2/doc/wget.info-1  Thu Aug 28 21:48:44 2003
28 @@ -115,8 +115,7 @@
29     * Most of the features are fully configurable, either through
30       command line options, or via the initialization file `.wgetrc'
31       (*note Startup File::).  Wget allows you to define "global"
32 -     startup files (`/usr/local/etc/wgetrc' by default) for site
33 -     settings.
34 +     startup files (`/etc/wgetrc' by default) for site settings.
35  
36  
37     * Finally, GNU Wget is free software.  This means that everyone may
38 diff -uNr wget-1.8.2.orig/doc/wget.info-2 wget-1.8.2/doc/wget.info-2
39 --- wget-1.8.2.orig/doc/wget.info-2     Thu Aug 28 21:49:57 2003
40 +++ wget-1.8.2/doc/wget.info-2  Thu Aug 28 21:49:57 2003
41 @@ -521,9 +521,7 @@
42  ===============
43  
44     When initializing, Wget will look for a "global" startup file,
45 -`/usr/local/etc/wgetrc' by default (or some prefix other than
46 -`/usr/local', if Wget was not installed there) and read commands from
47 -there, if it exists.
48 +`/etc/wgetrc' by default and read commands from there, if it exists.
49  
50     Then it will look for the user's file.  If the environmental variable
51  `WGETRC' is set, Wget will try to load that file.  Failing that, no
52 @@ -533,7 +531,7 @@
53  
54     The fact that user's settings are loaded after the system-wide ones
55  means that in case of collision user's wgetrc _overrides_ the
56 -system-wide wgetrc (in `/usr/local/etc/wgetrc' by default).  Fascist
57 +system-wide wgetrc (in `/etc/wgetrc' by default).  Fascist
58  admins, away!
59  
60  \1f
61 @@ -873,7 +871,7 @@
62       ## not contain a comprehensive list of commands -- look at the manual
63       ## to find out what you can put into this file.
64       ##
65 -     ## Wget initialization file can reside in /usr/local/etc/wgetrc
66 +     ## Wget initialization file can reside in /etc/wgetrc
67       ## (global, for all users) or $HOME/.wgetrc (for a single user).
68       ##
69       ## To use the settings in this file, you will have to uncomment them,
70 @@ -882,7 +880,7 @@
71       
72       
73       ##
74 -     ## Global settings (useful for setting up in /usr/local/etc/wgetrc).
75 +     ## Global settings (useful for setting up in /etc/wgetrc).
76       ## Think well before you change them, since they may reduce wget's
77       ## functionality, and make it behave contrary to the documentation:
78       ##
79 diff -uNr wget-1.8.2.orig/doc/wget.texi wget-1.8.2/doc/wget.texi
80 --- wget-1.8.2.orig/doc/wget.texi       Thu Aug 28 21:52:07 2003
81 +++ wget-1.8.2/doc/wget.texi    Thu Aug 28 21:52:07 2003
82 @@ -195,12 +195,12 @@
83  Most of the features are fully configurable, either through command line
84  options, or via the initialization file @file{.wgetrc} (@pxref{Startup
85  File}).  Wget allows you to define @dfn{global} startup files
86 -(@file{/usr/local/etc/wgetrc} by default) for site settings.
87 +(@file{/etc/wgetrc} by default) for site settings.
88  
89  @ignore
90  @c man begin FILES
91  @table @samp
92 -@item /usr/local/etc/wgetrc
93 +@item /etc/wgetrc
94  Default location of the @dfn{global} startup file.
95  
96  @item .wgetrc
97 @@ -1920,9 +1920,7 @@
98  @cindex location of wgetrc
99  
100  When initializing, Wget will look for a @dfn{global} startup file,
101 -@file{/usr/local/etc/wgetrc} by default (or some prefix other than
102 -@file{/usr/local}, if Wget was not installed there) and read commands
103 -from there, if it exists.
104 +@file{/etc/wgetrc} by default and read commands from there, if it exists.
105  
106  Then it will look for the user's file.  If the environmental variable
107  @code{WGETRC} is set, Wget will try to load that file.  Failing that, no
108 @@ -1932,7 +1930,7 @@
109  
110  The fact that user's settings are loaded after the system-wide ones
111  means that in case of collision user's wgetrc @emph{overrides} the
112 -system-wide wgetrc (in @file{/usr/local/etc/wgetrc} by default).
113 +system-wide wgetrc (in @file{/etc/wgetrc} by default).
114  Fascist admins, away!
115  
116  @node Wgetrc Syntax, Wgetrc Commands, Wgetrc Location, Startup File
This page took 0.10851 seconds and 3 git commands to generate.