From a1cd6a4b05214b350df0cab19284cdc59b6cde43 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 16 Jan 2020 13:00:26 +0100 Subject: [PATCH] Fix grammar mistake in invalid shell check patch --- shadow-4.8-invalid-shell-check.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadow-4.8-invalid-shell-check.patch b/shadow-4.8-invalid-shell-check.patch index 2c525c0..fb586e0 100644 --- a/shadow-4.8-invalid-shell-check.patch +++ b/shadow-4.8-invalid-shell-check.patch @@ -22,7 +22,7 @@ diff -up shadow-4.8/src/useradd.c.invalid-shell shadow-4.8/src/useradd.c + || S_ISDIR(st.st_mode) + || access(optarg, X_OK) != 0)) { + fprintf (stderr, -+ _("%s: Warning: missing or not executable shell '%s'\n"), ++ _("%s: Warning: missing or non-executable shell '%s'\n"), + Prog, optarg); + } user_shell = optarg;