[522] in Kerberos-V5-bugs
Kerberos 5.4 kdb5_edit not installed
daemon@ATHENA.MIT.EDU (Doug Engert)
Tue Jun 21 12:10:10 1994
Date: Tue, 21 Jun 94 11:09:31 CDT
From: "Doug Engert" <DEEngert@anl.gov>
To: <krb5-bugs@MIT.EDU>
Cc: <auth-pilot@es.net>
Using Imake, with HasTcl defined, the kdb5_edit program is not
built, but rather kdb5_edit.ss and kdb5_edit.tcl are built.
Neither of these are installed with make install.
It apears that kdb5_edit without HasTcl is identical to
kdb5_edit.ss with HasTcl.
A possible change to the Imake file is as follows:
Change the name of kdb5_edit.ss to kdb5_edit and add a
Krb5InstallAdminProgram(kdb5_edit.tcl)
------- Imakefile -------
46c46
< all:: kdb5_edit.ss kdb5_edit.tcl
---
> all:: kdb5_edit kdb5_edit.tcl
61c61
< NormalProgramTarget(kdb5_edit.ss,$(MOSTOBJS) $(SSOBJS),$(DEPLIBS),$(LOCAL_LIBRARIES) $(SSLIB),)
---
> NormalProgramTarget(kdb5_edit,$(MOSTOBJS) $(SSOBJS),$(DEPLIBS),$(LOCAL_LIBRARIES) $(SSLIB),)
62a63
> Krb5InstallAdminProgram(kdb5_edit.tcl)
Douglas E. Engert
Systems Programming
Argonne National Laboratory
9700 South Cass Avenue
Argonne, Illinois 60439
(708) 252-5444
Internet: DEEngert@anl.gov