Blame SOURCES/sendmail-8.15.1-aliases_dir.patch

813923
diff --git a/cf/m4/cfhead.m4 b/cf/m4/cfhead.m4
813923
index 714a3ec..3fd6c1c 100644
813923
--- a/cf/m4/cfhead.m4
813923
+++ b/cf/m4/cfhead.m4
813923
@@ -260,7 +260,7 @@ ifdef(`MAIL_SETTINGS_DIR', , `define(`MAIL_SETTINGS_DIR', `/etc/mail/')')
813923
 define(`DATABASE_MAP_TYPE', `hash')
813923
 
813923
 # set up default values for options
813923
-define(`ALIAS_FILE', `MAIL_SETTINGS_DIR`'aliases')
813923
+define(`ALIAS_FILE', `/etc/aliases')
813923
 define(`confMAILER_NAME', ``MAILER-DAEMON'')
813923
 define(`confFROM_LINE', `From $g $d')
813923
 define(`confOPERATORS', `.:%@!^/[]+')
813923
diff --git a/sendmail/aliases.0 b/sendmail/aliases.0
813923
index cfdbe17..5ea4c28 100644
813923
--- a/sendmail/aliases.0
813923
+++ b/sendmail/aliases.0
813923
@@ -63,7 +63,7 @@ D?DE?ES?SC?CR?RI?IP?PT?TI?IO?ON?N
813923
        the list of users defined in that file.
813923
 
813923
        This  is  only  the  raw  data file; the actual aliasing information is
813923
-       placed into a binary format in the file /etc/mail/aliases.db using  the
813923
+       placed into a binary format in the file /etc/aliases.db using  the
813923
        program  newaliases(1).   A  newaliases command should be executed each
813923
        time the aliases file is changed for the change to take effect.
813923
 
813923
diff --git a/sendmail/aliases.5 b/sendmail/aliases.5
813923
index f09b49c..7b16db2 100644
813923
--- a/sendmail/aliases.5
813923
+++ b/sendmail/aliases.5
813923
@@ -23,7 +23,7 @@ ID
813923
 aliases used by 
813923
 sendmail.
813923
 The file resides in 
813923
-/etc/mail 
813923
+/etc
813923
 and 
813923
 is formatted as a series of lines of the form
813923
 .IP
813923
@@ -96,7 +96,7 @@ list of users defined in that file.
813923
 .PP
813923
 This is only the raw data file; the actual aliasing information is
813923
 placed into a binary format in the file 
813923
-/etc/mail/aliases.db
813923
+/etc/aliases.db
813923
 using the program 
813923
 newaliases(1).  
813923
 A 
813923
diff --git a/sendmail/newaliases.0 b/sendmail/newaliases.0
813923
index c77f401..e2a1670 100644
813923
--- a/sendmail/newaliases.0
813923
+++ b/sendmail/newaliases.0
813923
@@ -10,7 +10,7 @@ S?SY?YN?NO?OP?PS?SI?IS?S
813923
 
813923
 D?DE?ES?SC?CR?RI?IP?PT?TI?IO?ON?N
813923
        N?Ne?ew?wa?al?li?ia?as?se?es?s  rebuilds  the  random access data base for the mail aliases
813923
-       file /etc/mail/aliases.  It must be run each time this file is  changed
813923
+       file /etc/aliases.  It must be run each time this file is  changed
813923
        in order for the change to take effect.
813923
 
813923
        N?Ne?ew?wa?al?li?ia?as?se?es?s is identical to ``sendmail -bi''.
813923
@@ -22,7 +22,7 @@ D?DE?ES?SC?CR?RI?IP?PT?TI?IO?ON?N
813923
        s?se?en?nd?dm?ma?ai?il?l.?.
813923
 
813923
 F?FI?IL?LE?ES?S
813923
-       /etc/mail/aliases   The mail aliases file
813923
+       /etc/aliases   The mail aliases file
813923
 
813923
 S?SE?EE?E A?AL?LS?SO?O
813923
        aliases(5), sendmail(8)
813923
diff --git a/sendmail/newaliases.1 b/sendmail/newaliases.1
813923
index 59dc0de..9ba8752 100644
813923
--- a/sendmail/newaliases.1
813923
+++ b/sendmail/newaliases.1
813923
@@ -20,7 +20,7 @@ newaliases
813923
 .SH DESCRIPTION
813923
 .B Newaliases
813923
 rebuilds the random access data base for the mail aliases file
813923
-/etc/mail/aliases.  It must be run each time this file is changed
813923
+/etc/aliases.  It must be run each time this file is changed
813923
 in order for the change to take effect.
813923
 .PP
813923
 .B Newaliases
813923
@@ -40,7 +40,7 @@ puts a special token into the data base that is required by
813923
 .B sendmail.
813923
 .SH FILES
813923
 .TP 2i
813923
-/etc/mail/aliases
813923
+/etc/aliases
813923
 The mail aliases file
813923
 .SH SEE ALSO
813923
 aliases(5), sendmail(8)
813923
diff --git a/sendmail/sendmail.0 b/sendmail/sendmail.0
813923
index 515d5f7..8236411 100644
813923
--- a/sendmail/sendmail.0
813923
+++ b/sendmail/sendmail.0
813923
@@ -434,10 +434,10 @@ F?FI?IL?LE?ES?S
813923
        are only approximations.
813923
 
813923
 
813923
-        /etc/mail/aliases
813923
+        /etc/aliases
813923
               raw data for alias names
813923
 
813923
-        /etc/mail/aliases.db
813923
+        /etc/aliases.db
813923
               data base of alias names
813923
 
813923
         /etc/mail/sendmail.cf
813923
diff --git a/sendmail/sendmail.8 b/sendmail/sendmail.8
813923
index 0356839..1258c26 100644
813923
--- a/sendmail/sendmail.8
813923
+++ b/sendmail/sendmail.8
813923
@@ -711,10 +711,10 @@ Thus,
813923
 these values are only approximations.
813923
 .PP
813923
 .TP
813923
- /etc/mail/aliases
813923
+ /etc/aliases
813923
 raw data for alias names
813923
 .TP
813923
- /etc/mail/aliases.db
813923
+ /etc/aliases.db
813923
 data base of alias names
813923
 .TP
813923
  /etc/mail/sendmail.cf