sendmail-8.14.9-pid.vine.patch 901 B

123456789101112131415161718192021
  1. diff -uNr sendmail-8.14.9.orig/cf/cf/submit.mc sendmail-8.14.9/cf/cf/submit.mc
  2. --- sendmail-8.14.9.orig/cf/cf/submit.mc 2014-03-07 02:31:28.000000000 +0900
  3. +++ sendmail-8.14.9/cf/cf/submit.mc 2014-12-29 04:41:52.991074537 +0900
  4. @@ -15,12 +15,16 @@
  5. #
  6. divert(0)dnl
  7. -VERSIONID(`$Id: submit.mc,v 8.15 2013-11-22 20:51:08 ca Exp $')
  8. +include(`/usr/share/sendmail-cf/m4/cf.m4')
  9. +VERSIONID(`linux setup for Vine Linux')dnl
  10. define(`confCF_VERSION', `Submit')dnl
  11. define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
  12. define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet
  13. define(`confTIME_ZONE', `USE_TZ')dnl
  14. define(`confDONT_INIT_GROUPS', `True')dnl
  15. +define(`confPID_FILE', `/var/run/sm-client.pid')dnl
  16. +dnl define(`confDIRECT_SUBMISSION_MODIFIERS',`C')
  17. +dnl FEATURE(`use_ct_file')dnl
  18. dnl
  19. dnl If you use IPv6 only, change [127.0.0.1] to [IPv6:::1]
  20. FEATURE(`msp', `[127.0.0.1]')dnl