mirror of the now-defunct rocklinux.org
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.

51 lines
2.8 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/base/sendmail/setmailer.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. --- ./sendmail/Makefile.m4.orig 2002-09-09 04:48:54.000000000 +0200
  23. +++ ./sendmail/Makefile.m4 2003-03-11 16:30:07.000000000 +0100
  24. @@ -2,7 +2,7 @@
  25. include(confBUILDTOOLSDIR`/M4/switch.m4')
  26. define(`confREQUIRE_LIBSM', `true')
  27. -bldPRODUCT_START(`executable', `sendmail')
  28. +bldPRODUCT_START(`executable', `sendmail_sendmail')
  29. define(`bldBIN_TYPE', `G')
  30. define(`bldINSTALL_DIR', `')
  31. 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 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 ')
  32. @@ -14,7 +14,7 @@
  33. define(`bldTARGET_INST_DEP', ifdef(`confINST_DEP', `confINST_DEP',
  34. `${DESTDIR}/etc/mail/submit.cf ${DESTDIR}${MSPQ}'))dnl
  35. define(`bldTARGET_LINKS', ifdef(`confLINKS', `confLINKS',
  36. -`${DESTDIR}${UBINDIR}/newaliases ${DESTDIR}${UBINDIR}/mailq ${DESTDIR}${UBINDIR}/hoststat ${DESTDIR}${UBINDIR}/purgestat')
  37. +`${DESTDIR}${UBINDIR}/newaliases_sendmail ${DESTDIR}${UBINDIR}/mailq_sendmail ${DESTDIR}${UBINDIR}/hoststat ${DESTDIR}${UBINDIR}/purgestat')
  38. )dnl
  39. # location of sendmail statistics file (usually /etc/mail/ or /var/log)
  40. @@ -72,7 +72,7 @@
  41. ${LN} ${LNOPTS} ${M`'BINDIR}/sendmail $$i; \
  42. done
  43. -define(`confMTA_LINKS', `${DESTDIR}${UBINDIR}/newaliases ${DESTDIR}${UBINDIR}/mailq ${DESTDIR}${UBINDIR}/hoststat ${DESTDIR}${UBINDIR}/purgestat')
  44. +define(`confMTA_LINKS', `${DESTDIR}${UBINDIR}/newaliases_sendmail ${DESTDIR}${UBINDIR}/mailq_sendmail ${DESTDIR}${UBINDIR}/hoststat ${DESTDIR}${UBINDIR}/purgestat')
  45. install-sm-mta: bldCURRENT_PRODUCT
  46. ${INSTALL} -c -o ${M`'BINOWN} -g ${M`'BINGRP} -m ${M`'BINMODE} bldCURRENT_PRODUCT ${DESTDIR}${M`'BINDIR}/sm-mta
  47. for i in confMTA_LINKS; do \