65eaaf5277
loops. Fix occasional breakage when CC contains spaces. Remove manpages from the PLIST. Remove miscellaneous erroneous lines from PLIST. Use proper WITH_* PLIST_SUBs. Consolidate .if defined(WITH_*)'s. Add iteration for CONF* files in their two separate locations as well as BIN*. Use absolute paths in install script. Hand MAINTAINER saber over to David W. Chapman. :-) PR: 21439, 22409 Submitted by: Yarema <yds@dppl.com> David W. Chapman Jr. <dwcjr@inethouston.net> Approved by: MAINTAINER
13 lines
551 B
Text
13 lines
551 B
Text
*** ./src/master/master.c.orig Tue Mar 7 10:25:07 2000
|
|
--- ./src/master/master.c Thu Jun 1 22:43:50 2000
|
|
***************
|
|
*** 104,107 ****
|
|
/* FILES
|
|
! /* /etc/postfix/main.cf: global configuration file.
|
|
! /* /etc/postfix/master.cf: master process configuration file.
|
|
/* /var/spool/postfix/pid/master.pid: master lock file.
|
|
--- 104,107 ----
|
|
/* FILES
|
|
! /* !!PREFIX!!/etc/postfix/main.cf: global configuration file.
|
|
! /* !!PREFIX!!/etc/postfix/master.cf: master process configuration file.
|
|
/* /var/spool/postfix/pid/master.pid: master lock file.
|