svn commit: r289962 - stable/10/tools/build/mk

Garrett Cooper ngie at FreeBSD.org
Sun Oct 25 22:50:35 UTC 2015


Author: ngie
Date: Sun Oct 25 22:50:33 2015
New Revision: 289962
URL: https://svnweb.freebsd.org/changeset/base/289962

Log:
  MFC r288057:
  
  Delete /etc/autofs/special_noauto when MK_AUTOFS == no

Modified:
  stable/10/tools/build/mk/OptionalObsoleteFiles.inc
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- stable/10/tools/build/mk/OptionalObsoleteFiles.inc	Sun Oct 25 22:44:37 2015	(r289961)
+++ stable/10/tools/build/mk/OptionalObsoleteFiles.inc	Sun Oct 25 22:50:33 2015	(r289962)
@@ -154,6 +154,7 @@ OLD_FILES+=usr/share/man/man8/authpf-noi
 OLD_FILES+=etc/autofs/include_ldap
 OLD_FILES+=etc/autofs/special_hosts
 OLD_FILES+=etc/autofs/special_media
+OLD_FILES+=etc/autofs/special_noauto
 OLD_FILES+=etc/autofs/special_null
 OLD_FILES+=etc/auto_master
 OLD_FILES+=etc/rc.d/automount


More information about the svn-src-all mailing list