Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2019 03:13:31 +0000 (UTC)
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r343009 - head/tools/build/mk
Message-ID:  <201901140313.x0E3DVir035166@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gonzo
Date: Mon Jan 14 03:13:31 2019
New Revision: 343009
URL: https://svnweb.freebsd.org/changeset/base/343009

Log:
  Add four kerberos CLI utilities to OptionalObsoleteFiles.inc
  
  Add asn1_compile, make-roken, kcc, and slc to the OptionalObsoleteFiles.inc
  so they would be removed during delete-old stage if the new world is built
  without Kerberos support.
  
  PR:		230725
  Submitted by:	Dmitry Wagin <dmitry.wagin@ya.ru>
  MFC after:	1 week

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Mon Jan 14 01:30:48 2019	(r343008)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Mon Jan 14 03:13:31 2019	(r343009)
@@ -2989,9 +2989,11 @@ OLD_FILES+=usr/share/man/man1/truss.1.gz
 .if ${MK_KERBEROS} == no
 OLD_FILES+=etc/rc.d/ipropd_master
 OLD_FILES+=etc/rc.d/ipropd_slave
+OLD_FILES+=usr/bin/asn1_compile
 OLD_FILES+=usr/bin/compile_et
 OLD_FILES+=usr/bin/hxtool
 OLD_FILES+=usr/bin/kadmin
+OLD_FILES+=usr/bin/kcc
 OLD_FILES+=usr/bin/kdestroy
 OLD_FILES+=usr/bin/kf
 OLD_FILES+=usr/bin/kgetcred
@@ -3001,6 +3003,8 @@ OLD_FILES+=usr/bin/kpasswd
 OLD_FILES+=usr/bin/krb5-config
 OLD_FILES+=usr/bin/ksu
 OLD_FILES+=usr/bin/kswitch
+OLD_FILES+=usr/bin/make-roken
+OLD_FILES+=usr/bin/slc
 OLD_FILES+=usr/bin/string2key
 OLD_FILES+=usr/bin/verify_krb5_conf
 OLD_FILES+=usr/include/asn1-common.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901140313.x0E3DVir035166>