mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
Remove unused Casper configurations files.
This is a reaming of Casper daemon.
This commit is contained in:
parent
df57947f08
commit
3aa239f187
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=325967
@ -38,6 +38,13 @@
|
|||||||
# xargs -n1 | sort | uniq -d;
|
# xargs -n1 | sort | uniq -d;
|
||||||
# done
|
# 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
|
# 20171116: lint(1) removal
|
||||||
OLD_FILES+=usr/bin/lint
|
OLD_FILES+=usr/bin/lint
|
||||||
OLD_FILES+=usr/libexec/lint1
|
OLD_FILES+=usr/libexec/lint1
|
||||||
|
@ -227,9 +227,6 @@ distribution:
|
|||||||
.endif
|
.endif
|
||||||
.if ${MK_BLUETOOTH} != "no"
|
.if ${MK_BLUETOOTH} != "no"
|
||||||
${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
|
${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
|
||||||
.endif
|
|
||||||
.if ${MK_CASPER} != "no"
|
|
||||||
${_+_}cd ${.CURDIR}/casper; ${MAKE} install
|
|
||||||
.endif
|
.endif
|
||||||
${_+_}cd ${.CURDIR}/cron.d; ${MAKE} install
|
${_+_}cd ${.CURDIR}/cron.d; ${MAKE} install
|
||||||
${_+_}cd ${.CURDIR}/defaults; ${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