From 0c07588bfa5145ce2832a8c75918456a19942bb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 25 Jan 2003 16:57:02 +0000 Subject: [PATCH] in the hprop example, use hprop and the first component, not host git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11614 ec53bebd-3082-4978-b11e-865c3cabbd6b --- doc/setup.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/setup.texi b/doc/setup.texi index aedead4bc..a301a3dde 100644 --- a/doc/setup.texi +++ b/doc/setup.texi @@ -314,7 +314,7 @@ Every slave needs a keytab with a principal, @code{propd}, as follows: @example -slave# ktutil get -p foo/admin host/`hostname` +slave# ktutil get -p foo/admin hprop/`hostname` slave# hpropd @end example