blob: 2983bbfd86eaa50fe3cfc595dc47b311f0cbdfb9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
*** ./src/sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000
--- ./src/sendmail/sendmail.c Thu Jun 1 22:47:24 2000
***************
*** 57,59 ****
/* The path name of the \fBsendmail.cf\fR file. Postfix configuration
! /* files are kept in \fB/etc/postfix\fR.
/* .IP "\fB-F \fIfull_name\fR
--- 57,59 ----
/* The path name of the \fBsendmail.cf\fR file. Postfix configuration
! /* files are kept in \fB!!PREFIX!!/etc/postfix\fR.
/* .IP "\fB-F \fIfull_name\fR
***************
*** 159,161 ****
/* /var/spool/postfix, mail queue
! /* /etc/postfix, configuration files
/* CONFIGURATION PARAMETERS
--- 159,161 ----
/* /var/spool/postfix, mail queue
! /* !!PREFIX!!/etc/postfix, configuration files
/* CONFIGURATION PARAMETERS
|