From 7d46ab29d4b934fd3fa101d07af16903087ce497 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 3 Jan 2016 23:24:55 +0100 Subject: haiku MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/auth/crypt.c | 2 +- src/auth/pam.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/auth/crypt.c b/src/auth/crypt.c index ef74959..6839386 100644 --- a/src/auth/crypt.c +++ b/src/auth/crypt.c @@ -123,7 +123,7 @@ char authenticate_crypt(void) stty.c_lflag = 0; tcsetattr(STDIN_FILENO, TCSAFLUSH, &stty); - printf("Incorrect passphrase\n"); + printf("\nPassphrase incorrect.\nOnly perfect spellers may\nenter this system.\n"); return 0; } diff --git a/src/auth/pam.c b/src/auth/pam.c index c13b0f0..9c93d51 100644 --- a/src/auth/pam.c +++ b/src/auth/pam.c @@ -234,7 +234,7 @@ char authenticate_pam(void) stty.c_lflag = 0; tcsetattr(STDIN_FILENO, TCSAFLUSH, &stty); - printf("Incorrect passphrase\n"); + printf("\nPassphrase incorrect.\nOnly perfect spellers may\nenter this system.\n"); pam_end(handle, rc); return 0; } -- cgit v1.2.3-70-g09d2