source: projects/specs/trunk/s/sendmail/sendmail-8.14.9-pid.vine.patch @ 9200

Revision 9200, 901 bytes checked in by iwaim, 9 years ago (diff)

sendmail 8.14.9-1

RevLine 
[9200]1diff -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
[9199]4@@ -15,12 +15,16 @@
5 #
6 
7 divert(0)dnl
[9200]8-VERSIONID(`$Id: submit.mc,v 8.15 2013-11-22 20:51:08 ca Exp $')
[9199]9+include(`/usr/share/sendmail-cf/m4/cf.m4')
10+VERSIONID(`linux setup for Vine Linux')dnl
11 define(`confCF_VERSION', `Submit')dnl
12 define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
13 define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet
14 define(`confTIME_ZONE', `USE_TZ')dnl
15 define(`confDONT_INIT_GROUPS', `True')dnl
16+define(`confPID_FILE', `/var/run/sm-client.pid')dnl
17+dnl define(`confDIRECT_SUBMISSION_MODIFIERS',`C')
18+dnl FEATURE(`use_ct_file')dnl
19 dnl
20 dnl If you use IPv6 only, change [127.0.0.1] to [IPv6:::1]
21 FEATURE(`msp', `[127.0.0.1]')dnl
Note: See TracBrowser for help on using the repository browser.