[PATCH] chfn, chsh, login: lowercasing an unneeded capital letter

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx>
---
 login-utils/chfn.c  |    2 +-
 login-utils/chsh.c  |    2 +-
 login-utils/login.c |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/login-utils/chfn.c b/login-utils/chfn.c
index a08713b..ee6e353 100644
--- a/login-utils/chfn.c
+++ b/login-utils/chfn.c
@@ -186,7 +186,7 @@ int main (int argc, char **argv) {
 
 	retcode = pam_start("chfn", oldf.username, &conv, &pamh);
 	if(retcode != PAM_SUCCESS) {
-	    fprintf(stderr, _("chfn: PAM Failure, aborting: %s\n"),
+	    fprintf(stderr, _("chfn: PAM failure, aborting: %s\n"),
 			pam_strerror(pamh, retcode));
 	    exit(1);
 	}
diff --git a/login-utils/chsh.c b/login-utils/chsh.c
index 58cbbb0..da8371d 100644
--- a/login-utils/chsh.c
+++ b/login-utils/chsh.c
@@ -185,7 +185,7 @@ main (int argc, char *argv[]) {
 
 	retcode = pam_start("chsh", pw->pw_name, &conv, &pamh);
 	if(retcode != PAM_SUCCESS) {
-	    fprintf(stderr, _("chsh: PAM Failure, aborting: %s\n"),
+	    fprintf(stderr, _("chsh: PAM failure, aborting: %s\n"),
 			pam_strerror(pamh, retcode));
 	    exit(1);
 	}
diff --git a/login-utils/login.c b/login-utils/login.c
index 0e6db2b..46269f7 100644
--- a/login-utils/login.c
+++ b/login-utils/login.c
@@ -548,7 +548,7 @@ main(int argc, char **argv)
 
     retcode = pam_start("login",username, &conv, &pamh);
     if(retcode != PAM_SUCCESS) {
-	fprintf(stderr, _("login: PAM Failure, aborting: %s\n"),
+	fprintf(stderr, _("login: PAM failure, aborting: %s\n"),
 		pam_strerror(pamh, retcode));
 	syslog(LOG_ERR, _("Couldn't initialize PAM: %s"),
 	       pam_strerror(pamh, retcode));
-- 
1.5.3.8

--
To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux