Date: Sat, 18 Nov 2017 15:34:31 +0000 (UTC) From: Mariusz Zaborski <oshogbo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r325967 - in head: . etc etc/casper Message-ID: <201711181534.vAIFYVFP088333@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711181534.vAIFYVFP088333>