Remove unused Casper configurations files.
This is a reaming of Casper daemon.
This commit is contained in:
parent
df57947f08
commit
3aa239f187
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
@ -1 +0,0 @@
|
||||
/libexec/casper/dns
|
@ -1 +0,0 @@
|
||||
/libexec/casper/grp
|
@ -1 +0,0 @@
|
||||
/libexec/casper/pwd
|
@ -1 +0,0 @@
|
||||
/libexec/casper/random
|
@ -1 +0,0 @@
|
||||
/libexec/casper/sysctl
|
Loading…
Reference in New Issue
Block a user