Blame SOURCES/sendmail-8.13.7-pid.patch
|
|
c866bb |
--- sendmail-8.13.7/cf/cf/submit.mc.pid 2006-04-05 07:54:41.000000000 +0200
|
|
|
c866bb |
+++ sendmail-8.13.7/cf/cf/submit.mc 2006-06-19 18:07:11.000000000 +0200
|
|
|
c866bb |
@@ -15,12 +15,16 @@
|
|
|
c866bb |
#
|
|
|
c866bb |
|
|
|
c866bb |
divert(0)dnl
|
|
|
c866bb |
-VERSIONID(`$Id: submit.mc,v 8.14 2006/04/05 05:54:41 ca Exp $')
|
|
|
c866bb |
+sinclude(`/usr/share/sendmail-cf/m4/cf.m4')dnl
|
|
|
c866bb |
+VERSIONID(`linux setup')dnl
|
|
|
c866bb |
define(`confCF_VERSION', `Submit')dnl
|
|
|
c866bb |
define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
|
|
|
c866bb |
define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet
|
|
|
c866bb |
define(`confTIME_ZONE', `USE_TZ')dnl
|
|
|
c866bb |
define(`confDONT_INIT_GROUPS', `True')dnl
|
|
|
c866bb |
+define(`confPID_FILE', `/run/sm-client.pid')dnl
|
|
|
c866bb |
+dnl define(`confDIRECT_SUBMISSION_MODIFIERS',`C')dnl
|
|
|
c866bb |
+FEATURE(`use_ct_file')dnl
|
|
|
c866bb |
dnl
|
|
|
c866bb |
dnl If you use IPv6 only, change [127.0.0.1] to [IPv6:::1]
|
|
|
c866bb |
FEATURE(`msp', `[127.0.0.1]')dnl
|