]> git.pld-linux.org Git - packages/inn.git/blame - inn-install.patch
- updated,fixed configure options
[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.
052e0e6f
JB
30--- inn-2.4.1/site/Makefile~ Thu Jan 11 09:55:23 2001
31+++ inn-2.4.1/site/Makefile Sun Jan 21 05:49:06 2001
95b08739
JR
32@@ -144,8 +144,6 @@
33 $D$(PATH_NEWSGROUPS): ; $(CP_RPUB) newsgroups.minimal $@
34 $D$(PATH_ACTIVE_TIMES):
35 touch $@
36- chown $(NEWSUSER) $@
37- chgrp $(NEWSGROUP) $@
052e0e6f 38 chmod $(FILEMODE) $@
95b08739
JR
39
40 ## Remove files that are unchanged from the release version.
This page took 0.082672 seconds and 4 git commands to generate.