]> git.pld-linux.org Git - packages/inn.git/blame - inn-install.patch
- updated for 2.4.2
[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
10+LI_SPRI = $(LIBTOOL) $(INSTALL) -m 4550
11+LI_XPRI = $(LIBTOOL) $(INSTALL) -m 0550
12+LI_XPUB = $(LIBTOOL) $(INSTALL) -m 0555
13
14-LI_INEWS = $(LIBTOOL) $(INSTALL) $(OWNER) -m $(INEWSMODE) -B .OLD
15-LI_RNEWS = $(LIBTOOL) $(INSTALL) $(ROWNER) -m $(RNEWSMODE) -B .OLD
16+LI_INEWS = $(LIBTOOL) $(INSTALL)
17+LI_RNEWS = $(LIBTOOL) $(INSTALL)
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.
65b062ff
JB
30--- inn-2.4.2/site/Makefile.orig 2004-12-22 05:21:19.000000000 +0100
31+++ inn-2.4.2/site/Makefile 2004-12-28 18:12:21.688619120 +0100
32@@ -132,12 +132,9 @@
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 $@
41- $(PATHBIN)/makedbz -i -o
95b08739
JR
42
43 ## Remove files that are unchanged from the release version.
65b062ff 44 clean:
This page took 0.050394 seconds and 4 git commands to generate.