OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
2.6 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../sendmail/setmailer.patch
  5. # Copyright (C) 2008 The OpenSDE Project
  6. # Copyright (C) 2004 - 2006 The T2 SDE Project
  7. # Copyright (C) 1998 - 2003 Clifford Wolf
  8. #
  9. # More information can be found in the files COPYING and README.
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. # --- SDE-COPYRIGHT-NOTE-END ---
  18. --- ./sendmail/Makefile.m4.orig 2002-09-09 04:48:54.000000000 +0200
  19. +++ ./sendmail/Makefile.m4 2003-03-11 16:30:07.000000000 +0100
  20. @@ -3,7 +3,7 @@
  21. define(`confREQUIRE_LIBSM', `true')
  22. define(`confREQUIRE_SM_OS_H', `true')
  23. -bldPRODUCT_START(`executable', `sendmail')
  24. +bldPRODUCT_START(`executable', `sendmail_sendmail')
  25. define(`bldBIN_TYPE', `G')
  26. define(`bldINSTALL_DIR', `')
  27. define(`bldSOURCES', `main.c alias.c arpadate.c bf.c collect.c conf.c control.c convtime.c daemon.c deliver.c domain.c envelope.c err.c headers.c macro.c map.c mci.c milter.c mime.c parseaddr.c queue.c ratectrl.c readcf.c recipient.c sasl.c savemail.c sfsasl.c shmticklib.c sm_resolve.c srvrsmtp.c stab.c stats.c sysexits.c timers.c tls.c trace.c udb.c usersmtp.c util.c version.c ')
  28. @@ -16,7 +16,7 @@
  29. define(`bldTARGET_INST_DEP', ifdef(`confINST_DEP', `confINST_DEP',
  30. `${DESTDIR}/etc/mail/submit.cf ${DESTDIR}${MSPQ}'))dnl
  31. define(`bldTARGET_LINKS', ifdef(`confLINKS', `confLINKS',
  32. -`${DESTDIR}${UBINDIR}/newaliases ${DESTDIR}${UBINDIR}/mailq ${DESTDIR}${UBINDIR}/hoststat ${DESTDIR}${UBINDIR}/purgestat')
  33. +`${DESTDIR}${UBINDIR}/newaliases_sendmail ${DESTDIR}${UBINDIR}/mailq_sendmail ${DESTDIR}${UBINDIR}/hoststat ${DESTDIR}${UBINDIR}/purgestat')
  34. )dnl
  35. # location of sendmail statistics file (usually /etc/mail/ or /var/log)
  36. @@ -74,7 +74,7 @@
  37. ${LN} ${LNOPTS} ${M`'BINDIR}/sendmail $$i; \
  38. done
  39. -define(`confMTA_LINKS', `${DESTDIR}${UBINDIR}/newaliases ${DESTDIR}${UBINDIR}/mailq ${DESTDIR}${UBINDIR}/hoststat ${DESTDIR}${UBINDIR}/purgestat')
  40. +define(`confMTA_LINKS', `${DESTDIR}${UBINDIR}/newaliases_sendmail ${DESTDIR}${UBINDIR}/mailq_sendmail ${DESTDIR}${UBINDIR}/hoststat ${DESTDIR}${UBINDIR}/purgestat')
  41. install-sm-mta: bldCURRENT_PRODUCT
  42. ${INSTALL} -c -o ${M`'BINOWN} -g ${M`'BINGRP} -m ${M`'BINMODE} bldCURRENT_PRODUCT ${DESTDIR}${M`'BINDIR}/sm-mta
  43. for i in confMTA_LINKS; do \