]> git.pld-linux.org Git - packages/radsecproxy.git/blob - radsecproxy-paths.patch
- fix paths (/usr/local/etc -> /etc)
[packages/radsecproxy.git] / radsecproxy-paths.patch
1 diff -ruN radsecproxy-1.7.1.orig/README radsecproxy-1.7.1/README
2 --- radsecproxy-1.7.1.orig/README       2018-07-04 19:05:45.000000000 +0200
3 +++ radsecproxy-1.7.1/README    2018-07-18 13:06:57.878727205 +0200
4 @@ -14,7 +14,7 @@
5  "./configure --help" for how to change this.
6  
7  To use radsecproxy you need to create a config file which is normally
8 -found in /usr/local/etc/radsecproxy.conf.  You can also specify the
9 +found in /etc/radsecproxy.conf.  You can also specify the
10  location with the "-c" command line option (see below).  For further
11  instructions, please see the enclosed example file and the manpages
12  radsecproxy(1) and radsecproxy.conf(5)
13 diff -ruN radsecproxy-1.7.1.orig/radsecproxy.1 radsecproxy-1.7.1/radsecproxy.1
14 --- radsecproxy-1.7.1.orig/radsecproxy.1        2018-07-04 19:05:45.000000000 +0200
15 +++ radsecproxy-1.7.1/radsecproxy.1     2018-07-18 13:06:31.014772944 +0200
16 @@ -84,7 +84,7 @@
17  
18  .SH "FILES"
19  .TP
20 -.B /usr/local/etc/radsecproxy.conf
21 +.B /etc/radsecproxy.conf
22  .sp
23  The default configuration file.
24  
25 diff -ruN radsecproxy-1.7.1.orig/radsecproxy.conf-example radsecproxy-1.7.1/radsecproxy.conf-example
26 --- radsecproxy-1.7.1.orig/radsecproxy.conf-example     2018-07-04 19:05:45.000000000 +0200
27 +++ radsecproxy-1.7.1/radsecproxy.conf-example  2018-07-18 13:05:29.092878424 +0200
28 @@ -1,4 +1,4 @@
29 -# Master config file, must be in /usr/local/etc/radsecproxy or specified with -c option
30 +# Master config file, must be in /etc/radsecproxy.conf or specified with -c option
31  #      All possible config options are listed below
32  
33  # First you may define any global options, these are:
34 diff -ruN radsecproxy-1.7.1.orig/radsecproxy.conf.5 radsecproxy-1.7.1/radsecproxy.conf.5
35 --- radsecproxy-1.7.1.orig/radsecproxy.conf.5   2018-07-09 17:41:52.000000000 +0200
36 +++ radsecproxy-1.7.1/radsecproxy.conf.5        2018-07-18 13:06:44.908749286 +0200
37 @@ -13,7 +13,7 @@
38  When the proxy server starts, it will first check the command
39  line arguments, and then read the configuration file. Normally
40  radsecproxy will read the configuration file
41 -\*(T<\fI/usr/local/etc/radsecproxy.conf\fR\*(T>. The command line
42 +\*(T<\fI/etc/radsecproxy.conf\fR\*(T>. The command line
43  \*(T<\fB\-c\fR\*(T> option can be used to instead read an
44  alternate file (see
45  \fBradsecproxy\fR(1)
46 @@ -90,7 +90,7 @@
47  included. The value can be a single file, or it can use normal
48  shell globbing to specify multiple files, e.g.:
49  .RS 
50 -include /usr/local/etc/radsecproxy.conf.d/*.conf
51 +include /etc/radsecproxy.conf.d/*.conf
52  .RE
53  
54  The files are sorted alphabetically. Included files are read in
55 diff -ruN radsecproxy-1.7.1.orig/radsecproxy.conf.5.xml radsecproxy-1.7.1/radsecproxy.conf.5.xml
56 --- radsecproxy-1.7.1.orig/radsecproxy.conf.5.xml       2018-07-04 19:05:45.000000000 +0200
57 +++ radsecproxy-1.7.1/radsecproxy.conf.5.xml    2018-07-18 13:06:20.739790441 +0200
58 @@ -21,7 +21,7 @@
59        When the proxy server starts, it will first check the command
60        line arguments, and then read the configuration file. Normally
61        radsecproxy will read the configuration file
62 -      <filename>/usr/local/etc/radsecproxy.conf</filename>. The command line
63 +      <filename>/etc/radsecproxy.conf</filename>. The command line
64        <option>-c</option> option can be used to instead read an
65        alternate file (see
66        <citerefentry>
67 @@ -101,7 +101,7 @@
68        shell globbing to specify multiple files, e.g.:
69        <blockquote>
70          <para>
71 -         include /usr/local/etc/radsecproxy.conf.d/*.conf
72 +         include /etc/radsecproxy.conf.d/*.conf
73          </para>
74        </blockquote>
75        The files are sorted alphabetically. Included files are read in
This page took 0.06728 seconds and 3 git commands to generate.