From 5cb68077c7fef17470510b2ce495f073f22b9e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 12 Dec 2006 12:23:00 +0000 Subject: [PATCH] prefix digest commands with digest- git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19319 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kuser/kdigest-commands.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kuser/kdigest-commands.in b/kuser/kdigest-commands.in index 79f717e69..4ae96ad79 100644 --- a/kuser/kdigest-commands.in +++ b/kuser/kdigest-commands.in @@ -33,7 +33,7 @@ /* $Id$ */ command = { - name = "server-init" + name = "digest-server-init" option = { long = "type" type = "string" @@ -78,7 +78,7 @@ command = { help = "Sets up a digest context and return initial parameters" } command = { - name = "server-request" + name = "digest-server-request" option = { long = "type" type = "string" @@ -166,7 +166,7 @@ command = { help = "Completes digest negotiation and return final parameters" } command = { - name = "client-request" + name = "digest-client-request" option = { long = "type" type = "string"