The following reply was made to PR conf/176098; it has been noted by GNATS.

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: conf/176098: commit references a PR
Date: Sat, 25 May 2013 15:18:17 +0000 (UTC)

 Author: eadler
 Date: Sat May 25 15:17:58 2013
 New Revision: 250983
 URL: http://svnweb.freebsd.org/changeset/base/250983
 
 Log:
   MFC r250533:
        Unconditionally install 210.backup-aliases as many MTAs other than
        sendmail support the use of /etc/aliases.
   
   PR:          conf/176098
 
 Modified:
   stable/9/etc/periodic/daily/Makefile
   stable/9/tools/build/mk/OptionalObsoleteFiles.inc
 Directory Properties:
   stable/9/etc/   (props changed)
   stable/9/tools/build/   (props changed)
 
 Modified: stable/9/etc/periodic/daily/Makefile
 ==============================================================================
 --- stable/9/etc/periodic/daily/Makefile       Sat May 25 13:59:40 2013        
(r250982)
 +++ stable/9/etc/periodic/daily/Makefile       Sat May 25 15:17:58 2013        
(r250983)
 @@ -6,6 +6,7 @@ FILES= 100.clean-disks \
        110.clean-tmps \
        120.clean-preserve \
        200.backup-passwd \
 +      210.backup-aliases \
        220.backup-pkgdb \
        330.news \
        400.status-disks \
 @@ -51,7 +52,6 @@ FILES+=      140.clean-rwho \
  
  .if ${MK_SENDMAIL} != "no"
  FILES+=       150.clean-hoststat \
 -      210.backup-aliases \
        440.status-mailq \
        460.status-mail-rejects \
        500.queuerun
 
 Modified: stable/9/tools/build/mk/OptionalObsoleteFiles.inc
 ==============================================================================
 --- stable/9/tools/build/mk/OptionalObsoleteFiles.inc  Sat May 25 13:59:40 
2013        (r250982)
 +++ stable/9/tools/build/mk/OptionalObsoleteFiles.inc  Sat May 25 15:17:58 
2013        (r250983)
 @@ -3415,7 +3415,6 @@ OLD_FILES+=usr/share/man/man8/rtquery.8.
  
  .if ${MK_SENDMAIL} == no
  OLD_FILES+=etc/periodic/daily/150.clean-hoststat
 -OLD_FILES+=etc/periodic/daily/210.backup-aliases
  OLD_FILES+=etc/periodic/daily/440.status-mailq
  OLD_FILES+=etc/periodic/daily/460.status-mail-rejects
  OLD_FILES+=etc/periodic/daily/500.queuerun
 _______________________________________________
 svn-src-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
 
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to