diff -ur inn-2.3.1.orig/Makefile inn-2.3.1/Makefile --- inn-2.3.1.orig/Makefile Thu Jan 11 09:55:23 2001 +++ inn-2.3.1/Makefile Sun Jan 21 02:42:15 2001 @@ -65,7 +65,7 @@ ## Installation rules. make install installs everything; make update only ## updates the binaries, scripts, and documentation and leaves config ## files alone. -install: directories +install: @for D in $(ALLDIRS) ; do \ echo '' ; \ cd $$D && $(MAKE) install || exit 1 ; cd .. ; \ @@ -81,7 +81,7 @@ directories: @chmod +x support/install-sh for D in $(INSTDIRS) ; do \ - support/install-sh $(OWNER) -m 0755 -d $$D ; \ + support/install-sh -m 0755 -d $(DESTDIR)$$D ; \ done support/install-sh $(OWNER) -m 0750 -d $(PATHRUN) diff -ur inn-2.3.1.orig/include/paths.h.in inn-2.3.1/include/paths.h.in --- inn-2.3.1.orig/include/paths.h.in Thu Jan 11 09:55:23 2001 +++ inn-2.3.1/include/paths.h.in Sun Jan 21 02:41:21 2001 @@ -15,12 +15,12 @@ /* Default prefix path is pathbin. */ #define _PATH_NNRPD "nnrpd" #define _PATH_NNTPD "nnrpd" -#define _PATH_AUTHDIR "auth" +#define _PATH_AUTHDIR "/usr/lib/news/auth" #define _PATH_AUTHDIR_GENERIC "generic" #define _PATH_AUTHDIR_NOPASS "resolv" #define _PATH_AUTHDIR_PASSWD "passwd" #define _PATH_CTLINND "ctlinnd" -#define _PATH_RNEWSPROGS "rnews.libexec" +#define _PATH_RNEWSPROGS "/usr/lib/news/rnews" /* Default prefix path is pathfilter. */ #define _PATH_TCL_STARTUP "startup.tcl" diff -ur inn-2.3.1.orig/doc/man/rnews.1~ inn-2.3.1/doc/man/rnews.1 --- inn-2.3.1/doc/man/rnews.1~ Thu Jan 11 09:55:23 2001 +++ inn-2.3.1/doc/man/rnews.1 Sun Jan 21 06:10:42 2001 @@ -67,7 +67,7 @@ is defined and the command is any other word, then .I rnews will try to execute a program with that name in the directory -.IR /bin/rnews.libexec . +.IR /usr/lib/news/rnews . The batch will be fed into the program's standard input, and the standard output will be read back as input into diff -ur inn-2.3.1.orig/scripts/scanlogs.in inn-2.3.1/scripts/scanlogs.in --- inn-2.3.1.orig/scripts/scanlogs.in Thu Jan 11 09:55:23 2001 +++ inn-2.3.1/scripts/scanlogs.in Sun Jan 21 02:42:37 2001 @@ -11,7 +11,7 @@ ## then get a better egrep, like the FSF one. ## Directory where old log files are kept. -OLD=${MOST_LOGS}/OLD +OLD=/var/log/archiv/news ## If you want to archive the active file, enable this line. ACTIVEFILE=${ACTIVE} ## Number of lines of error in each category to report. diff -ur inn-2.3.1.orig/Makefile.global.in~ inn-2.3.1/scripts/Makefile.global.in --- inn-2.3.1/Makefile.global.in~ Thu Jan 11 09:55:23 2001 +++ inn-2.3.1/Makefile.global.in Sun Jan 21 05:08:12 2001 @@ -179,15 +179,6 @@ ## configure; inews and rnews are special and have configure flags to ## control how they're installed. See INSTALL for more information. -NEWSUSER = @NEWSUSER@ -NEWSGROUP = @NEWSGRP@ - -INEWSMODE = @INEWSMODE@ -RNEWSMODE = @RNEWSMODE@ - -OWNER = -o $(NEWSUSER) -g $(NEWSGROUP) -ROWNER = -o $(NEWSUSER) -g @RNEWSGRP@ - INSTALL = ../support/install-sh -c ## Installation commands. These commands are used by the installation