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
This commit is contained in:
parent
6d95bc4040
commit
588957c4ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user