[openssh-commits] [openssh] 02/03: upstream: Change "login again" to "log in again"
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Dec 6 20:21:22 AEDT 2024
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit dc2ef8f0944a4ff7ba19e52fd17b4654e6bd9b93
Author: dtucker at openbsd.org <dtucker at openbsd.org>
AuthorDate: Fri Dec 6 06:55:28 2024 +0000
upstream: Change "login again" to "log in again"
in password change message. From ThinLinc-Zeijlon via github PR#532.
OpenBSD-Commit-ID: fea5e9bc04caf613a118c419f16863733b340cf1
---
session.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/session.c b/session.c
index 41fdcf7a..52a4a344 100644
--- a/session.c
+++ b/session.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: session.c,v 1.338 2024/05/17 00:30:24 djm Exp $ */
+/* $OpenBSD: session.c,v 1.340 2024/12/06 06:55:28 dtucker Exp $ */
/*
* Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
* All rights reserved
@@ -1433,7 +1433,7 @@ do_pwchange(Session *s)
fprintf(stderr, "WARNING: Your password has expired.\n");
if (s->ttyfd != -1) {
fprintf(stderr,
- "You must change your password now and login again!\n");
+ "You must change your password now and log in again!\n");
#ifdef WITH_SELINUX
setexeccon(NULL);
#endif
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list