Move kadmin and ktutil to /usr/bin.

This commit is contained in:
Jelmer Vernooij
2014-06-09 23:36:23 +02:00
parent 9ef790576d
commit 63e2f30fd5
6 changed files with 10 additions and 10 deletions

View File

@@ -4,9 +4,9 @@ include $(top_srcdir)/Makefile.am.common
AM_CPPFLAGS += $(INCLUDE_readline) $(INCLUDE_hcrypto) AM_CPPFLAGS += $(INCLUDE_readline) $(INCLUDE_hcrypto)
man_MANS = ktutil.8 man_MANS = ktutil.1
sbin_PROGRAMS = ktutil bin_PROGRAMS = ktutil
dist_ktutil_SOURCES = \ dist_ktutil_SOURCES = \
add.c \ add.c \

View File

@@ -32,7 +32,7 @@
.\" $Id$ .\" $Id$
.\" .\"
.Dd April 14, 2005 .Dd April 14, 2005
.Dt KTUTIL 8 .Dt KTUTIL 1
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm ktutil .Nm ktutil
@@ -121,4 +121,4 @@ that is at least
(default one week) old. (default one week) old.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr kadmin 8 .Xr kadmin 1

View File

@@ -4,11 +4,11 @@ include $(top_srcdir)/Makefile.am.common
AM_CPPFLAGS += $(INCLUDE_libintl) $(INCLUDE_readline) $(INCLUDE_hcrypto) -I$(srcdir)/../lib/krb5 -I$(top_builddir)/include/gssapi AM_CPPFLAGS += $(INCLUDE_libintl) $(INCLUDE_readline) $(INCLUDE_hcrypto) -I$(srcdir)/../lib/krb5 -I$(top_builddir)/include/gssapi
sbin_PROGRAMS = kadmin bin_PROGRAMS = kadmin
libexec_PROGRAMS = kadmind libexec_PROGRAMS = kadmind
man_MANS = kadmin.8 kadmind.8 man_MANS = kadmin.1 kadmind.8
noinst_PROGRAMS = add_random_users noinst_PROGRAMS = add_random_users

View File

@@ -32,7 +32,7 @@
.\" $Id$ .\" $Id$
.\" .\"
.Dd Feb 22, 2007 .Dd Feb 22, 2007
.Dt KADMIN 8 .Dt KADMIN 1
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.Nm kadmin .Nm kadmin

View File

@@ -158,6 +158,6 @@ mallory/admin@EXAMPLE.COM add,get-keys host/*@EXAMPLE.COM
.\".Sh DIAGNOSTICS .\".Sh DIAGNOSTICS
.Sh SEE ALSO .Sh SEE ALSO
.Xr kpasswd 1 , .Xr kpasswd 1 ,
.Xr kadmin 8 , .Xr kadmin 1 ,
.Xr kdc 8 , .Xr kdc 8 ,
.Xr kpasswdd 8 .Xr kpasswdd 8

View File

@@ -85,9 +85,9 @@ For setup instructions see the Heimdal Texinfo manual.
.Xr telnet 1 , .Xr telnet 1 ,
.Xr krb5 3 , .Xr krb5 3 ,
.Xr krb5.conf 5 , .Xr krb5.conf 5 ,
.Xr kadmin 8 , .Xr kadmin 1 ,
.Xr kdc 8 , .Xr kdc 8 ,
.Xr ktutil 8 .Xr ktutil 1
.Sh HISTORY .Sh HISTORY
The Kerberos authentication system was developed in the late 1980's as The Kerberos authentication system was developed in the late 1980's as
part of the Athena Project at the Massachusetts Institute of part of the Athena Project at the Massachusetts Institute of