From owner-svn-src-head@freebsd.org Thu Jul 26 16:45:26 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80099105486A; Thu, 26 Jul 2018 16:45:26 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2A21997778; Thu, 26 Jul 2018 16:45:26 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 07C6B3F14; Thu, 26 Jul 2018 16:45:26 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6QGjPmi023687; Thu, 26 Jul 2018 16:45:25 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6QGjPK9023685; Thu, 26 Jul 2018 16:45:25 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201807261645.w6QGjPK9023685@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Thu, 26 Jul 2018 16:45:25 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r336742 - in head: etc sbin/dump X-SVN-Group: head X-SVN-Commit-Author: brd X-SVN-Commit-Paths: in head: etc sbin/dump X-SVN-Commit-Revision: 336742 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jul 2018 16:45:26 -0000 Author: brd Date: Thu Jul 26 16:45:25 2018 New Revision: 336742 URL: https://svnweb.freebsd.org/changeset/base/336742 Log: Move dumpdates creation to CONFS= Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D16435 Modified: head/etc/Makefile head/sbin/dump/Makefile Modified: head/etc/Makefile ============================================================================== --- head/etc/Makefile Thu Jul 26 16:08:34 2018 (r336741) +++ head/etc/Makefile Thu Jul 26 16:45:25 2018 (r336742) @@ -296,8 +296,6 @@ distribution: ${INSTALL_SYMLINK} mail/aliases ${DESTDIR}/etc/aliases; \ fi .endif - ${INSTALL} -o ${BINOWN} -g operator -m 664 /dev/null \ - ${DESTDIR}/etc/dumpdates .if ${MK_LOCATE} != "no" ${INSTALL} -o nobody -g ${BINGRP} -m 644 /dev/null \ ${DESTDIR}/var/db/locate.database Modified: head/sbin/dump/Makefile ============================================================================== --- head/sbin/dump/Makefile Thu Jul 26 16:08:34 2018 (r336741) +++ head/sbin/dump/Makefile Thu Jul 26 16:45:25 2018 (r336742) @@ -15,6 +15,10 @@ PACKAGE=runtime PROG= dump +CONFS= /dev/null +CONFSGRP= operator +CONFSMODE= 664 +CONFSNAME_/dev/null= dumpdates LINKS= ${BINDIR}/dump ${BINDIR}/rdump CFLAGS+=-DRDUMP SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c cache.c