net-vpn/wireguard: version bump
[gentoo.git] / net-proxy / tsocks / files / tsocks-1.8_beta5-rename.patch
1 --- tsocks-1.8.orig/validateconf.c      2002-02-07 11:49:59.000000000 +0100
2 +++ tsocks-1.8/validateconf.c   2009-06-20 13:56:38.000000000 +0200
3 @@ -23,7 +23,7 @@
4  */
5  
6  /* Global configuration variables */ 
7 -char *progname = "validateconf";             /* Name for error msgs      */
8 +char *progname = "tsocks-validateconf";              /* Name for error msgs      */
9  
10  /* Header Files */
11  #include <config.h>
12 --- tsocks-1.8.orig/tsocks.8    2002-03-16 11:20:51.000000000 +0100
13 +++ tsocks-1.8/tsocks.8 2009-06-20 13:56:38.000000000 +0200
14 @@ -127,8 +127,8 @@
15  libtsocks in /etc/ld.so.preload. Please make sure you correctly enter the
16  full path to the library in this file if you do this. If you get it wrong,
17  you will be UNABLE TO DO ANYTHING with the machine and will have to boot
18 -it with a rescue disk and remove the file (or try the saveme program, see
19 -the INSTALL file for more info).  THIS IS A ***WARNING***, please be
20 +it with a rescue disk and remove the file (or try the tsocks-saveme program,
21 +simply unlinks /etc/ld.so.preload ). THIS IS A ***WARNING***, please be
22  careful. Also be sure the library is in the root filesystem as all hell
23  will break loose if the directory it is in is not available at boot time.
24  
25 --- tsocks-1.8.orig/tsocks.conf.5       2002-05-18 04:13:08.000000000 +0200
26 +++ tsocks-1.8/tsocks.conf.5    2009-06-20 13:56:38.000000000 +0200
27 @@ -139,21 +139,20 @@
28  the version that server supports. 
29  
30  .TP
31 -validateconf
32 -validateconf can be used to verify the configuration file. It checks the format
33 -of the file and also the contents for errors. Having read the file it dumps 
34 -the configuration to the screen in a formatted, readable manner. This can be 
35 -extremely useful in debugging problems.
36 -
37 -validateconf can read a configuration file from a location other than the 
38 -location specified at compile time with the -f <filename> command line 
39 -option.
40 -
41 -Normally validateconf simply dumps the configuration read to the screen (in
42 -a nicely readable format), however it also has a useful 'test' mode. When
43 -passed a hostname/ip on the command line like -t <hostname/ip>, validateconf 
44 -determines which of the SOCKS servers specified in the configuration file 
45 -would be used by tsocks to access the specified host. 
46 +tsocks-validateconf
47 +tsocks-validateconf can be used to verify the configuration file. It checks
48 +the format of the file and also the contents for errors. Having read the file 
49 +it dumps the configuration to the screen in a formatted, readable manner.
50 +This can be extremely useful in debugging problems.
51 +
52 +tsocks-validateconf can read a configuration file from a location other than the 
53 +location specified at compile time with the -f <filename> command line option.
54 +
55 +Normally tsocks-validateconf simply dumps the configuration read to the screen 
56 +(in a nicely readable format), however it also has a useful 'test' mode. When
57 +passed a hostname/ip on the command line like -t <hostname/ip>, 
58 +tsocks-validateconf determines which of the SOCKS servers specified in the 
59 +configuration file would be used by tsocks to access the specified host. 
60  
61  .SH SEE ALSO
62  tsocks(8)