From bd3a2b8451b83d535441b8d915fb23e7e8c1b3dd Mon Sep 17 00:00:00 2001 From: kzak Date: Thu, 9 Mar 2006 10:47:44 +0000 Subject: [PATCH] cosmetic change to mkswap selinux patch --- util-linux-2.13-mkswap-selinux.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util-linux-2.13-mkswap-selinux.patch b/util-linux-2.13-mkswap-selinux.patch index b7b97b7..2d89115 100644 --- a/util-linux-2.13-mkswap-selinux.patch +++ b/util-linux-2.13-mkswap-selinux.patch @@ -35,7 +35,7 @@ + + if ((fgetfilecon(DEV, &oldcontext) < 0) && + (errno != ENODATA)) { -+ fprintf(stderr, "%s: %s: unable to obtain selinux file label: %s\n", ++ fprintf(stderr, _("%s: %s: unable to obtain selinux file label: %s\n"), + program_name, device_name, + strerror(errno)); + exit(1); @@ -49,7 +49,7 @@ + + if (strcmp(context_string, oldcontext)!=0) { + if (fsetfilecon(DEV, context_string)) { -+ fprintf(stderr, "%s: unable to relabel %s to %s: %s\n", ++ fprintf(stderr, _("%s: unable to relabel %s to %s: %s\n"), + program_name, device_name, + context_string, + strerror(errno));