From 30652436efbaacfcbb9a507c23502b9d07a596de Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 21 May 2013 14:52:28 +0200 Subject: mausezahn: do not show version in prompt Do not show the old mausezahn version in the prompt, since we use a different versioning scheme. Signed-off-by: Daniel Borkmann --- staging/cli.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'staging/cli.h') diff --git a/staging/cli.h b/staging/cli.h index 6c6cccb..c69caa8 100644 --- a/staging/cli.h +++ b/staging/cli.h @@ -48,8 +48,6 @@ #define MZ_MODE_INTERFACE 1200 #define MZ_MODE_SEQUENCE 1300 -#define MZ_PROMPT "mz-" MAUSEZAHN_VERSION_SHORT - #define MZ_DEFAULT_USERNAME "mz" #define MZ_DEFAULT_PASSWORD "mz" #define MZ_DEFAULT_ENABLE_PASSWORD "mops" -- cgit v1.2.3-54-g00ecf