~ubuntu-branches/ubuntu/precise/wget/precise-proposed

« back to all changes in this revision

Viewing changes to debian/patches/wget-doc-remove-usr-local-in-wget.texi

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-10-19 00:00:09 UTC
  • mfrom: (2.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20111019000009-8p33w3wz4b1rdri0
Tags: 1.13-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add wget-udeb to ship wget.gnu as alternative to busybox wget
    implementation.
  - Depend on libssl-dev 0.9.8k-7ubuntu4 (LP: #503339)
* Dropped changes, superseded in Debian:
  - Keep build dependencies in main:
    + debian/control: remove info2man build-dep
    + debian/patches/series: disable wget-infopod_generated_manpage
  - Mark wget Multi-Arch: foreign, so packages that aren't of the same arch
    can depend on it.
* Pass --with-ssl=openssl; we don't want to use gnutls, there's no udeb for
  it.
* Add a second build pass for the udeb, so we can build without libidn.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
corrects the wgetrc path from /usr/local/etc/ to /etc/wgetrc in the sample wget.texi
 
1
corrects the wgetrc path from /usr/local/etc/ to /etc/wgetrc in the documentation
2
2
 
3
 
--- a/doc/wget.texi
4
 
+++ b/doc/wget.texi
5
 
@@ -190,12 +190,12 @@
 
3
--- a/doc/wget.texi     2011-08-06 12:22:58.000000000 +0200
 
4
+++ b/doc/wget.texi     2011-08-12 14:13:35.000000000 +0200
 
5
@@ -190,14 +190,14 @@
6
6
 Most of the features are fully configurable, either through command line
7
7
 options, or via the initialization file @file{.wgetrc} (@pxref{Startup
8
8
 File}).  Wget allows you to define @dfn{global} startup files
9
 
-(@file{/usr/local/etc/wgetrc} by default) for site settings.
10
 
+(@file{/etc/wgetrc} by default) for site settings.
 
9
-(@file{/usr/local/etc/wgetrc} by default) for site settings. You can also
 
10
+(@file{/etc/wgetrc} by default) for site settings. You can also
 
11
 specify the location of a startup file with the --config option.
 
12
  
11
13
 
12
14
 @ignore
13
15
 @c man begin FILES
17
19
 Default location of the @dfn{global} startup file.
18
20
 
19
21
 @item .wgetrc
20
 
@@ -2670,9 +2670,7 @@
 
22
@@ -2696,9 +2696,7 @@
21
23
 @cindex location of wgetrc
22
24
 
23
25
 When initializing, Wget will look for a @dfn{global} startup file,
28
30
 
29
31
 Then it will look for the user's file.  If the environmental variable
30
32
 @code{WGETRC} is set, Wget will try to load that file.  Failing that, no
31
 
@@ -2682,7 +2680,7 @@
 
33
@@ -2708,7 +2706,7 @@
32
34
 
33
35
 The fact that user's settings are loaded after the system-wide ones
34
36
 means that in case of collision user's wgetrc @emph{overrides} the
35
37
-system-wide wgetrc (in @file{/usr/local/etc/wgetrc} by default).
36
 
+system-wide wgetrc (in @file{/etc/wgetrc} by default).
 
38
+system-wide wgetrc (in @file{//etc/wgetrc} by default).
37
39
 Fascist admins, away!
38
40
 
39
41
 @node Wgetrc Syntax, Wgetrc Commands, Wgetrc Location, Startup File