source: projects/specs/trunk/s/sendmail/sendmail-8.12.10-movefiles.patch @ 9199

Revision 9199, 3.0 KB checked in by iwaim, 9 years ago (diff)

add files for sendmail 8.14.5-2

RevLine 
[9199]1--- sendmail-8.12.2/sendmail/sendmail.0 Sun Jan 13 14:57:15 2002
2+++ sendmail-8.12.2/sendmail/sendmail.0 Tue Feb 19 16:53:19 2002
3@@ -550,13 +550,13 @@
4        _m_a_i_l_._c_f.  Thus, these values are only approximations.
5 
6 
7-        /etc/mail/aliases
8+        /etc/aliases
9               raw data for alias names
10 
11         /etc/mail/aliases.db
12               data base of alias names
13 
14-        /etc/mail/sendmail.cf
15+        /etc/mail/sendmail.cf
16               configuration file
17 
18         /etc/mail/helpfile
19--- sendmail-8.12.2/sendmail/sendmail.8 Fri Mar 23 17:10:00 2001
20+++ sendmail-8.12.2/sendmail/sendmail.8 Tue Feb 19 16:53:19 2002
21@@ -663,20 +663,20 @@
22 .I http://www.sendmail.org/tips/DontBlameSendmail.html
23 .SH FILES
24 Except for the file
25-.I /etc/mail/sendmail.cf
26+.I /etc/mail/sendmail.cf
27 itself the following pathnames are all specified in
28-.IR /etc/mail/sendmail.cf .
29+.IR /etc/mail/sendmail.cf .
30 Thus,
31 these values are only approximations.
32 .PP
33 .TP
34- /etc/mail/aliases
35+ /etc/aliases
36 raw data for alias names
37 .TP
38  /etc/mail/aliases.db
39 data base of alias names
40 .TP
41- /etc/mail/sendmail.cf
42+ /etc/mail/sendmail.cf
43 configuration file
44 .TP
45  /etc/mail/helpfile
46--- sendmail-8.12.2/sendmail/newaliases.1       Tue Oct  9 23:23:17 2001
47+++ sendmail-8.12.2/sendmail/newaliases.1       Tue Feb 19 16:53:19 2002
48@@ -20,7 +20,7 @@
49 .SH DESCRIPTION
50 .B Newaliases
51 rebuilds the random access data base for the mail aliases file
52-/etc/mail/aliases.  It must be run each time this file is changed
53+/etc/aliases.  It must be run each time this file is changed
54 in order for the change to take effect.
55 .PP
56 .B Newaliases
57@@ -40,7 +40,7 @@
58 .B sendmail.
59 .SH FILES
60 .TP 2i
61-/etc/mail/aliases
62+/etc/aliases
63 The mail aliases file
64 .SH SEE ALSO
65 aliases(5), sendmail(8)
66--- sendmail-8.12.2/cf/m4/cfhead.m4     Sat Jul 21 23:25:37 2001
67+++ sendmail-8.12.2/cf/m4/cfhead.m4     Tue Feb 19 16:53:19 2002
68@@ -255,7 +255,7 @@
69 define(`DATABASE_MAP_TYPE', `hash')
70 
71 # set up default values for options
72-define(`ALIAS_FILE', `MAIL_SETTINGS_DIR`'aliases')
73+define(`ALIAS_FILE', `/etc/aliases')
74 define(`confMAILER_NAME', ``MAILER-DAEMON'')
75 define(`confFROM_LINE', `From $g $d')
76 define(`confOPERATORS', `.:%@!^/[]+')
77--- sendmail-8.12.10/sendmail/newaliases.0.movestuff    2003-09-17 05:53:57.000000000 +0900
78+++ sendmail-8.12.10/sendmail/newaliases.0      2003-09-19 09:19:04.000000000 +0900
79@@ -10,7 +10,7 @@
80 
81 DDEESSCCRRIIPPTTIIOONN
82        NNeewwaalliiaasseess  rebuilds  the  random access data base for the mail aliases
83-       file /etc/mail/aliases.  It must be run each time this file is  changed
84+       file /etc/aliases.  It must be run each time this file is  changed
85        in order for the change to take effect.
86 
87        NNeewwaalliiaasseess is identical to ``sendmail -bi''.
88@@ -22,7 +22,7 @@
89        sseennddmmaaiill..
90 
91 FFIILLEESS
92-       /etc/mail/aliases   The mail aliases file
93+       /etc/aliases   The mail aliases file
94 
95 SSEEEE AALLSSOO
96        aliases(5), sendmail(8)
Note: See TracBrowser for help on using the repository browser.