Fix the description of noexec.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 21 Feb 2012 10:15:48 +0000 (05:15 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 21 Feb 2012 10:15:48 +0000 (05:15 -0500)
plugins/sudoers/def_data.c
plugins/sudoers/def_data.in

index 11774e54be111a012ab40735c80ed58f0540f930..3119df8e5e5cf7661427b4394ef2519b1a090b5f 100644 (file)
@@ -240,7 +240,7 @@ struct sudo_defs_types sudo_defs_table[] = {
        def_data_verifypw,
     }, {
        "noexec", T_FLAG,
-       N_("Preload the dummy exec functions contained in \"_PATH_SUDO_NOEXEC"),
+       N_("Preload the dummy exec functions contained in the sudo_noexec library"),
        NULL,
     }, {
        "ignore_local_sudoers", T_FLAG,
index e81e691f88fd0db8fa2b2f329cb996182b070822..7b9d4e4b9d576a98b1b5b7cf573e2c28431a7f5d 100644 (file)
@@ -177,7 +177,7 @@ verifypw
        never all any always
 noexec
        T_FLAG
-       "Preload the dummy exec functions contained in "_PATH_SUDO_NOEXEC
+       "Preload the dummy exec functions contained in the sudo_noexec library"
 ignore_local_sudoers
        T_FLAG
        "If LDAP directory is up, do we ignore local sudoers file"