Remove unused Casper configurations files.

This is a reaming of Casper daemon.
This commit is contained in:
Mariusz Zaborski 2017-11-18 15:34:31 +00:00
parent df57947f08
commit 3aa239f187
8 changed files with 7 additions and 20 deletions

View File

@ -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

View File

@ -227,9 +227,6 @@ distribution:
.endif
.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

View File

@ -1,12 +0,0 @@
# $FreeBSD$
FILES= system.dns
FILES+= system.grp
FILES+= system.pwd
FILES+= system.random
FILES+= system.sysctl
NO_OBJ=
FILESDIR= /etc/casper
.include <bsd.prog.mk>

View File

@ -1 +0,0 @@
/libexec/casper/dns

View File

@ -1 +0,0 @@
/libexec/casper/grp

View File

@ -1 +0,0 @@
/libexec/casper/pwd

View File

@ -1 +0,0 @@
/libexec/casper/random

View File

@ -1 +0,0 @@
/libexec/casper/sysctl