]> git.pld-linux.org Git - packages/sendmail.git/blame - sendmail-makefile.patch
- adding/deleting smmsp user+group in pre/postun
[packages/sendmail.git] / sendmail-makefile.patch
CommitLineData
d24fc19c
PG
1--- ./sendmail/Makefile.m4.org Thu Sep 20 01:30:44 2001
2+++ ./sendmail/Makefile.m4 Thu Sep 20 01:42:20 2001
3@@ -61,7 +61,7 @@
4 divert(bldTARGETS_SECTION)
5
6 install-set-user-id: bldCURRENT_PRODUCT ifdef(`confNO_HELPFILE_INSTALL',, `install-hf') ifdef(`confNO_STATISTICS_INSTALL',, `install-st') ifdef(`confNO_MAN_BUILD',, `install-docs')
7- ${INSTALL} -c -o ${S`'BINOWN} -g ${S`'BINGRP} -m ${S`'BINMODE} bldCURRENT_PRODUCT ${DESTDIR}${M`'BINDIR}
8+ ${INSTALL} -c -m ${S`'BINMODE} bldCURRENT_PRODUCT ${DESTDIR}${M`'BINDIR}
9 for i in ${sendmailTARGET_LINKS}; do \
10 rm -f $$i; \
11 ln -s ${M`'BINDIR}/sendmail $$i; \
12@@ -69,7 +69,7 @@
13
14 define(`confMTA_LINKS', `${DESTDIR}${UBINDIR}/newaliases ${DESTDIR}${UBINDIR}/mailq ${DESTDIR}${UBINDIR}/hoststat ${DESTDIR}${UBINDIR}/purgestat')
15 install-sm-mta: bldCURRENT_PRODUCT
16- ${INSTALL} -c -o ${M`'BINOWN} -g ${M`'BINGRP} -m ${M`'BINMODE} bldCURRENT_PRODUCT ${DESTDIR}${M`'BINDIR}/sm-mta
17+ ${INSTALL} -c -m ${M`'BINMODE} bldCURRENT_PRODUCT ${DESTDIR}${M`'BINDIR}/sm-mta
18 for i in confMTA_LINKS; do \
19 rm -f $$i; \
20 ln -s ${M`'BINDIR}/sm-mta $$i; \
21--- ./cf/cf/Makefile.org Thu Sep 20 01:04:53 2001
22+++ ./cf/cf/Makefile Thu Sep 20 01:05:25 2001
23@@ -76,10 +76,10 @@
24 install-cf: install-sendmail-cf install-submit-cf
25
26 install-sendmail-cf: $(CF).cf
27- $(INSTALL) -c -o $(CFOWN) -g $(CFGRP) -m $(CFMODE) $(CF).cf ${DESTDIR}$(MAILDIR)/sendmail.cf
28+ $(INSTALL) -c -m $(CFMODE) $(CF).cf ${DESTDIR}$(MAILDIR)/sendmail.cf
29
30 install-submit-cf: $(SUBMIT).cf
31- $(INSTALL) -c -o $(CFOWN) -g $(CFGRP) -m $(CFMODE) $(SUBMIT).cf ${DESTDIR}$(MAILDIR)/submit.cf
32+ $(INSTALL) -c -m $(CFMODE) $(SUBMIT).cf ${DESTDIR}$(MAILDIR)/submit.cf
33
34 depend:
35
This page took 0.044584 seconds and 4 git commands to generate.