]> git.pld-linux.org Git - packages/inn.git/blob - inn-PLD.patch
- updated for 2.4.1
[packages/inn.git] / inn-PLD.patch
1 diff -Nur inn-2.4.0.orig/doc/man/rnews.1 inn-2.4.0/doc/man/rnews.1
2 --- inn-2.4.0.orig/doc/man/rnews.1      2003-05-09 06:25:27.000000000 +0200
3 +++ inn-2.4.0/doc/man/rnews.1   2003-06-29 12:58:27.000000000 +0200
4 @@ -67,7 +67,7 @@
5  is defined and the command is any other word, then
6  .I rnews
7  will try to execute a program with that name in the directory
8 -.IR <pathbin\ in\ inn.conf>/bin/rnews.libexec .
9 +.IR /usr/lib/news/rnews .
10  
11  The batch will be fed into the program's standard input, and the
12  standard output will be read back as input into
13 diff -Nur inn-2.4.0.orig/include/paths.h.in inn-2.4.0/include/paths.h.in
14 --- inn-2.4.0.orig/include/paths.h.in   2003-05-09 06:25:27.000000000 +0200
15 +++ inn-2.4.0/include/paths.h.in        2003-06-29 12:57:56.000000000 +0200
16 @@ -19,12 +19,12 @@
17  /* Default prefix path is pathbin. */
18  #define _PATH_NNRPD            "nnrpd"
19  #define _PATH_NNTPD            "nnrpd"
20 -#define _PATH_AUTHDIR          "auth"
21 +#define _PATH_AUTHDIR          "/usr/lib/news/auth"
22  #define _PATH_AUTHDIR_GENERIC  "generic"
23  #define _PATH_AUTHDIR_NOPASS   "resolv"
24  #define _PATH_AUTHDIR_PASSWD   "passwd"
25  #define _PATH_CTLINND          "ctlinnd"
26 -#define _PATH_RNEWSPROGS       "rnews.libexec"
27 +#define _PATH_RNEWSPROGS       "/usr/lib/news/rnews"
28  
29  /* Default prefix path is pathfilter. */
30  #define _PATH_TCL_STARTUP      "startup.tcl"
31 diff -Nur inn-2.4.0.orig/Makefile inn-2.4.0/Makefile
32 --- inn-2.4.0.orig/Makefile     2003-05-09 06:25:27.000000000 +0200
33 +++ inn-2.4.0/Makefile  2003-06-29 12:57:10.000000000 +0200
34 @@ -75,7 +75,7 @@
35  ##  Installation rules.  make install installs everything; make update only
36  ##  updates the binaries, scripts, and documentation and leaves config
37  ##  files alone.
38 -install: directories
39 +install:
40         @for D in $(ALLDIRS) ; do \
41             echo '' ; \
42             cd $$D && $(MAKE) install || exit 1 ; cd .. ; \
43 @@ -91,9 +91,9 @@
44  directories:
45         @chmod +x support/install-sh
46         for D in $(INSTDIRS) ; do \
47 -           support/install-sh $(OWNER) -m 0755 -d $(D)$$D ; \
48 +           support/install-sh -m 0755 -d $(D)$$D ; \
49         done
50 -       support/install-sh $(OWNER) -m 0750 -d $(D)$(PATHRUN)
51 +       support/install-sh -m 0750 -d $(D)$(PATHRUN)
52  
53  update: 
54         @chmod +x support/install-sh
55 --- inn-2.4.1.orig/Makefile.global.in   2003-05-09 06:25:27.000000000 +0200
56 +++ inn-2.4.1/Makefile.global.in        2003-06-29 12:59:13.000000000 +0200
57 @@ -234,16 +234,7 @@
58  ##  configure; inews and rnews are special and have configure flags to
59  ##  control how they're installed.  See INSTALL for more information.
60  
61 -NEWSUSER        = @NEWSUSER@
62 -NEWSGROUP       = @NEWSGRP@
63 -
64 -INEWSMODE       = @INEWSMODE@
65 -RNEWSMODE       = @RNEWSMODE@
66  FILEMODE        = @FILEMODE@
67 -
68 -OWNER           = -o $(NEWSUSER) -g $(NEWSGROUP)
69 -ROWNER          = -o $(NEWSUSER) -g @RNEWSGRP@
70 -
71  INSTALL         = $(top)/support/install-sh -c
72  
73  ##  Installation commands.  These commands are used by the installation
74 diff -Nur inn-2.4.0.orig/scripts/scanlogs.in inn-2.4.0/scripts/scanlogs.in
75 --- inn-2.4.0.orig/scripts/scanlogs.in  2003-05-09 06:25:27.000000000 +0200
76 +++ inn-2.4.0/scripts/scanlogs.in       2003-06-29 12:58:56.000000000 +0200
77 @@ -11,7 +11,7 @@
78  ##  then get a better egrep, like the FSF one.
79  
80  ##  Directory where old log files are kept.
81 -OLD=${MOST_LOGS}/OLD
82 +OLD=/var/log/archiv/news
83  ##  If you want to archive the active file, enable this line.
84  ACTIVEFILE=${ACTIVE}
85  ##  Number of lines of error in each category to report.
This page took 0.131526 seconds and 4 git commands to generate.