From owner-svn-src-all@freebsd.org Sat Nov 18 15:34:32 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8893DDBDD7D; Sat, 18 Nov 2017 15:34:32 +0000 (UTC) (envelope-from oshogbo@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 mx1.freebsd.org (Postfix) with ESMTPS id 54F85739CB; Sat, 18 Nov 2017 15:34:32 +0000 (UTC) (envelope-from oshogbo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAIFYVjX088335; Sat, 18 Nov 2017 15:34:31 GMT (envelope-from oshogbo@FreeBSD.org) Received: (from oshogbo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAIFYVFP088333; Sat, 18 Nov 2017 15:34:31 GMT (envelope-from oshogbo@FreeBSD.org) Message-Id: <201711181534.vAIFYVFP088333@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: oshogbo set sender to oshogbo@FreeBSD.org using -f From: Mariusz Zaborski Date: Sat, 18 Nov 2017 15:34:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r325967 - in head: . etc etc/casper X-SVN-Group: head X-SVN-Commit-Author: oshogbo X-SVN-Commit-Paths: in head: . etc etc/casper X-SVN-Commit-Revision: 325967 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Nov 2017 15:34:32 -0000 Author: oshogbo Date: Sat Nov 18 15:34:31 2017 New Revision: 325967 URL: https://svnweb.freebsd.org/changeset/base/325967 Log: Remove unused Casper configurations files. This is a reaming of Casper daemon. Deleted: head/etc/casper/ Modified: head/ObsoleteFiles.inc head/etc/Makefile Modified: head/ObsoleteFiles.inc ============================================================================== --- head/ObsoleteFiles.inc Sat Nov 18 14:26:50 2017 (r325966) +++ head/ObsoleteFiles.inc Sat Nov 18 15:34:31 2017 (r325967) @@ -38,6 +38,13 @@ # xargs -n1 | sort | uniq -d; # done +# 20171118: Remove old etc capser failes +OLD_FILES+=etc/casper/system.dns +OLD_FILES+=etc/casper/system.grp +OLD_FILES+=etc/casper/system.pwd +OLD_FILES+=etc/casper/system.random +OLD_FILES+=etc/casper/system.sysctl +OLD_DIRS+=etc/casper # 20171116: lint(1) removal OLD_FILES+=usr/bin/lint OLD_FILES+=usr/libexec/lint1 Modified: head/etc/Makefile ============================================================================== --- head/etc/Makefile Sat Nov 18 14:26:50 2017 (r325966) +++ head/etc/Makefile Sat Nov 18 15:34:31 2017 (r325967) @@ -228,9 +228,6 @@ distribution: .if ${MK_BLUETOOTH} != "no" ${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install .endif -.if ${MK_CASPER} != "no" - ${_+_}cd ${.CURDIR}/casper; ${MAKE} install -.endif ${_+_}cd ${.CURDIR}/cron.d; ${MAKE} install ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install ${_+_}cd ${.CURDIR}/devd; ${MAKE} install