]> granicus.if.org Git - sudo/commitdiff
Add missing %s printf escape to the group_plugin, iolog_dir and
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 20 Dec 2011 13:38:47 +0000 (08:38 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 20 Dec 2011 13:38:47 +0000 (08:38 -0500)
iolog_file descriptions.

plugins/sudoers/def_data.c
plugins/sudoers/def_data.in

index a33cfb4600c72adf246979664a4ee2a0a43ada7f..46097c923441cd8513f6aafbca691da489a9a36f 100644 (file)
@@ -328,15 +328,15 @@ struct sudo_defs_types sudo_defs_table[] = {
        NULL,
     }, {
        "group_plugin", T_STR,
-       N_("Plugin for non-Unix group support"),
+       N_("Plugin for non-Unix group support: %s"),
        NULL,
     }, {
        "iolog_dir", T_STR|T_PATH,
-       N_("Directory in which to store input/output logs"),
+       N_("Directory in which to store input/output logs: %s"),
        NULL,
     }, {
        "iolog_file", T_STR,
-       N_("File in which to store the input/output log"),
+       N_("File in which to store the input/output log: %s"),
        NULL,
     }, {
        "set_utmp", T_FLAG,
index 33ab1353a9af0ad87752c926e5d147c4e68ca315..46b4692b6d75be785a5ca46cea3401e97d102ba1 100644 (file)
@@ -243,13 +243,13 @@ use_pty
        "Always run commands in a pseudo-tty"
 group_plugin
        T_STR
-       "Plugin for non-Unix group support"
+       "Plugin for non-Unix group support: %s"
 iolog_dir
        T_STR|T_PATH
-       "Directory in which to store input/output logs"
+       "Directory in which to store input/output logs: %s"
 iolog_file
        T_STR
-       "File in which to store the input/output log"
+       "File in which to store the input/output log: %s"
 set_utmp
        T_FLAG
        "Add an entry to the utmp/utmpx file when allocating a pty"