From owner-freebsd-bugs@FreeBSD.ORG Wed Feb 13 08:30:03 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 81DD2875 for ; Wed, 13 Feb 2013 08:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5042B288 for ; Wed, 13 Feb 2013 08:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1D8U3t0002137 for ; Wed, 13 Feb 2013 08:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1D8U3Ji002136; Wed, 13 Feb 2013 08:30:03 GMT (envelope-from gnats) Resent-Date: Wed, 13 Feb 2013 08:30:03 GMT Resent-Message-Id: <201302130830.r1D8U3Ji002136@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Kozlov 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 ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: conf/176098: [patch] install 210.backup-aliases unconditionally X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2013 08:30:03 -0000 >Number: 176098 >Category: conf >Synopsis: [patch] install 210.backup-aliases unconditionally >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 13 08:30:00 UTC 2013 >Closed-Date: >Last-Modified: >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: >Unformatted: