svn commit: r325967 - in head: . etc etc/casper

Mariusz Zaborski oshogbo at FreeBSD.org
Sat Nov 18 15:34:32 UTC 2017


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


More information about the svn-src-all mailing list