From nobody@FreeBSD.org  Wed Feb 13 08:21:17 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id B75213CD
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 13 Feb 2013 08:21:17 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id A80171D1
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 13 Feb 2013 08:21:17 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1D8LG2p006269
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 13 Feb 2013 08:21:16 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r1D8LGHL006266;
	Wed, 13 Feb 2013 08:21:16 GMT
	(envelope-from nobody)
Message-Id: <201302130821.r1D8LGHL006266@red.freebsd.org>
Date: Wed, 13 Feb 2013 08:21:16 GMT
From: Alex Kozlov <spam@rm-rf.kiev.ua>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] install 210.backup-aliases unconditionally
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         176098
>Category:       conf
>Synopsis:       [periodic] [patch] install 210.backup-aliases unconditionally
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 13 08:30:00 UTC 2013
>Closed-Date:    Tue May 06 13:39:06 UTC 2014
>Last-Modified:  Tue May 06 13:39:06 UTC 2014
>Originator:     Alex Kozlov
>Release:        RELENG_9
>Organization:
private
>Environment:
>Description:
The periodic script 210.backup-aliases should be installed even in case if WITHOUT_SENDMAIL has been set in /etc/src.conf, because most of the alternative MTA support /etc/aliases, so it's better to continue to backup it.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: etc/periodic/daily/Makefile
@@ -6,6 +6,7 @@
 	110.clean-tmps \
 	120.clean-preserve \
 	200.backup-passwd \
+	210.backup-aliases \
 	330.news \
 	400.status-disks \
 	405.status-ata-raid \
@@ -51,7 +52,6 @@
 
 .if ${MK_SENDMAIL} != "no"
 FILES+=	150.clean-hoststat \
-	210.backup-aliases \
 	440.status-mailq \
 	460.status-mail-rejects \
 	500.queuerun
Index: tools/build/mk/OptionalObsoleteFiles.inc
@@ -3989,7 +3989,6 @@
 
 .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


>Release-Note:
>Audit-Trail:

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/176098: commit references a PR
Date: Sat, 11 May 2013 23:55:51 +0000 (UTC)

 Author: eadler
 Date: Sat May 11 23:55:43 2013
 New Revision: 250533
 URL: http://svnweb.freebsd.org/changeset/base/250533
 
 Log:
   Unconditionally install 210.backup-aliases as many MTAs other than
   sendmail support the use of /etc/aliases.
   
   PR:		conf/176098
   Submitted by:	ak
   MFC after:	2 weeks
 
 Modified:
   head/etc/periodic/daily/Makefile
   head/tools/build/mk/OptionalObsoleteFiles.inc
 
 Modified: head/etc/periodic/daily/Makefile
 ==============================================================================
 --- head/etc/periodic/daily/Makefile	Sat May 11 23:13:49 2013	(r250532)
 +++ head/etc/periodic/daily/Makefile	Sat May 11 23:55:43 2013	(r250533)
 @@ -6,6 +6,7 @@ FILES=	100.clean-disks \
  	110.clean-tmps \
  	120.clean-preserve \
  	200.backup-passwd \
 +	210.backup-aliases \
  	330.news \
  	400.status-disks \
  	401.status-graid \
 @@ -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: head/tools/build/mk/OptionalObsoleteFiles.inc
 ==============================================================================
 --- head/tools/build/mk/OptionalObsoleteFiles.inc	Sat May 11 23:13:49 2013	(r250532)
 +++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sat May 11 23:55:43 2013	(r250533)
 @@ -4017,7 +4017,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-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: ak 
State-Changed-When: Tue May 6 13:39:06 UTC 2014 
State-Changed-Why:  
Committed to all branches, but 8.x 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176098 
>Unformatted:
