]> git.pld-linux.org Git - packages/inn.git/blame - inn-install.patch
- release 6
[packages/inn.git] / inn-install.patch
CommitLineData
95b08739
JR
1--- inn-2.3.1/Makefile.global.in.orig Sun Jan 21 05:45:47 2001
2+++ inn-2.3.1/Makefile.global.in Sun Jan 21 05:47:04 2001
3@@ -190,17 +190,17 @@
4 ## group-readable/group-executable file (only the news group). inews and
5 ## rnews have their own special installation rules.
6
7-LI_SPRI = $(LIBTOOL) $(INSTALL) -o root -g $(NEWSGROUP) -m 4550 -B .OLD
8-LI_XPRI = $(LIBTOOL) $(INSTALL) $(OWNER) -m 0550 -B .OLD
9-LI_XPUB = $(LIBTOOL) $(INSTALL) $(OWNER) -m 0555 -B .OLD
44707fd2
JB
10+LI_SPRI = $(LIBTOOL) --mode=install $(INSTALL) -m 4550
11+LI_XPRI = $(LIBTOOL) --mode=install $(INSTALL) -m 0550
12+LI_XPUB = $(LIBTOOL) --mode=install $(INSTALL) -m 0555
95b08739
JR
13
14-LI_INEWS = $(LIBTOOL) $(INSTALL) $(OWNER) -m $(INEWSMODE) -B .OLD
15-LI_RNEWS = $(LIBTOOL) $(INSTALL) $(ROWNER) -m $(RNEWSMODE) -B .OLD
44707fd2
JB
16+LI_INEWS = $(LIBTOOL) --mode=install $(INSTALL)
17+LI_RNEWS = $(LIBTOOL) --mode=install $(INSTALL)
95b08739
JR
18
19-CP_RPRI = $(INSTALL) $(OWNER) -m 0640 -B .OLD
20-CP_RPUB = $(INSTALL) $(OWNER) -m 0644 -B .OLD
21-CP_XPRI = $(INSTALL) $(OWNER) -m 0550 -B .OLD
22-CP_XPUB = $(INSTALL) $(OWNER) -m 0555 -B .OLD
23+CP_RPRI = $(INSTALL) -m 0640
24+CP_RPUB = $(INSTALL) -m 0644
25+CP_XPRI = $(INSTALL) -m 0550
26+CP_XPUB = $(INSTALL) -m 0555
27
28 ## Some additional definitions needed by some versions of make, to ensure a
29 ## consistant set of variables are available.
44707fd2
JB
30--- inn-2.4.4/site/Makefile.orig 2008-05-05 12:18:36.000000000 +0200
31+++ inn-2.4.4/site/Makefile 2008-06-12 23:06:18.100345504 +0200
32@@ -132,15 +132,10 @@
65b062ff 33 $D$(PATH_NEWSGROUPS): ; $(CP_DATA) newsgroups.minimal $@
95b08739
JR
34 $D$(PATH_ACTIVE_TIMES):
35 touch $@
36- chown $(NEWSUSER) $@
37- chgrp $(NEWSGROUP) $@
052e0e6f 38 chmod $(FILEMODE) $@
65b062ff
JB
39 $D$(PATH_HISTORY):
40 touch $@
44707fd2
JB
41- chown $(NEWSUSER) $@
42- chgrp $(NEWSGROUP) $@
43 chmod $(FILEMODE) $@
65b062ff 44- $(PATHBIN)/makedbz -i -o
95b08739
JR
45
46 ## Remove files that are unchanged from the release version.
65b062ff 47 clean:
e2b4e2dc
PG
48--- ./Makefile.global.in.org 2008-08-06 16:08:48.930217979 +0200
49+++ ./Makefile.global.in 2008-08-06 16:13:01.126442273 +0200
50@@ -262,7 +262,7 @@ CP_RPUB = $(INSTALL) -m 0644
51 CP_XPRI = $(INSTALL) -m 0550
52 CP_XPUB = $(INSTALL) -m 0555
53
54-CP_DATA = $(INSTALL) $(OWNER) -m $(FILEMODE) -B .OLD
55+CP_DATA = $(INSTALL) $(OWNER) -m $(FILEMODE)
56
57 ## How to install man pages. Pick one of SOURCE, BSD4.4, NROFF-PACK, or
58 ## NROFF-PACK-SCO. Used by doc/man/putman.sh; read that script for more
59--- ./doc/man/Makefile.org 2008-06-29 19:56:57.000000000 +0200
60+++ ./doc/man/Makefile 2008-08-06 16:07:29.703558914 +0200
61@@ -5,7 +5,7 @@ include ../../Makefile.global
62 top = ../..
63
64 ## Edit these if you need to.
65-MANFLAGS = -c $(OWNER) -m 0444 -B .OLD
66+MANFLAGS =
67
68 SEC1 = convdate.1 fastrm.1 getlist.1 grephistory.1 inews.1 innconfval.1 \
69 innfeed.1 innmail.1 nntpget.1 pgpverify.1 pullnews.1 rnews.1 \
This page took 0.036314 seconds and 4 git commands to generate.