]> git.pld-linux.org Git - packages/inn.git/blob - inn-PLD.patch
- release 3
[packages/inn.git] / inn-PLD.patch
1 diff -Nur inn-2.2.1.orig/include/paths.h.in inn-2.2.1/include/paths.h.in
2 --- inn-2.2.1.orig/include/paths.h.in   Tue Oct 13 14:18:45 1998
3 +++ inn-2.2.1/include/paths.h.in        Sat Oct 23 15:40:40 1999
4 @@ -14,7 +14,7 @@
5  */
6  #define _PATH_NNRPD            "nnrpd"
7  #define _PATH_NNTPD            "nnrpd"
8 -#define _PATH_AUTHDIR          "auth"
9 +#define _PATH_AUTHDIR          "/usr/share/news/auth"
10  #define _PATH_CTLINND          "ctlinnd"
11  #define _PATH_RNEWSPROGS       "rnews.libexec"
12  /* Prefix path is pathfilter */
13 diff -Nur inn-2.2.1.orig/Makefile inn-2.2.1/Makefile
14 --- inn-2.2.1.orig/Makefile     Wed Aug 25 17:25:55 1999
15 +++ inn-2.2.1/Makefile  Mon Nov  1 14:27:31 1999
16 @@ -44,7 +44,7 @@
17  ##  Directories where files get put.
18  directories:
19         chmod +x ./makedirs.sh
20 -       DESTDIR=$(DESTDIR) ./makedirs.sh;
21 +       DESTDIR=$(DESTDIR) ./makedirs.sh -p;
22  
23  ##  Other generic targets.
24  depend tags ctags profiled:
25 diff -Nur inn-2.2.1.orig/Makefile inn-2.2.1/Makefile
26 --- inn-2.2.1.orig/Makefile     Wed Aug 25 17:25:55 1999
27 +++ inn-2.2.1/Makefile  Mon Oct 18 22:37:40 1999
28 @@ -34,7 +34,7 @@
29         $(MAKE) $(FLAGS) WHAT_TO_MAKE=all DESTDIR=$(DESTDIR) common
30  
31  ##  Install everything.
32 -install:       directories
33 +install:
34         $(MAKE) $(FLAGS) WHAT_TO_MAKE=install DESTDIR=$(DESTDIR) common
35         @echo "" ; echo Do not forget to update your cron entries.
36         @echo Also run makehistory if you have to.
37 diff -ur inn-2.2.2.orig/samples/scanlogs.in inn-2.2.2/samples/scanlogs.in
38 --- inn-2.2.2.orig/samples/scanlogs.in  Mon Dec 13 14:18:37 1999
39 +++ inn-2.2.2/samples/scanlogs.in       Sun Jan 30 01:12:20 2000
40 @@ -10,7 +10,7 @@
41  ##  then get a better egrep, like the FSF one.
42  
43  ##  Directory where old log files are kept.
44 -OLD=${MOST_LOGS}/OLD
45 +OLD=/var/log/archiv/news
46  ##  If you want to archive the active file, enable this line.
47  ACTIVEFILE=${ACTIVE}
48  ##  Number of lines of error in each category to report.
This page took 0.058815 seconds and 3 git commands to generate.