The following commit has been merged in the master branch:
commit e9eb399d17ddab9a1143adec2d042b62501976f4
Author: Guillem Jover <[email protected]>
Date:   Mon Mar 18 07:18:52 2013 +0100

    dpkg: Mark security context error message for translation

diff --git a/src/archives.c b/src/archives.c
index d05a589..3184a1b 100644
--- a/src/archives.c
+++ b/src/archives.c
@@ -514,7 +514,7 @@ tarobject_set_se_context(const char *matchpath, const char 
*path, mode_t mode)
   if (strcmp(scontext, "<<none>>") != 0) {
     ret = lsetfilecon_raw(path, scontext);
     if (ret < 0 && errno != ENOTSUP)
-      ohshite("cannot set security context for file object '%s'", path);
+      ohshite(_("cannot set security context for file object '%s'"), path);
   }
 
   freecon(scontext);

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to