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