Diff for /embedaddon/sudo/plugins/sudoers/def_data.c between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/05/29 12:26:49 version 1.1.1.3, 2012/10/09 09:29:52
Line 343  struct sudo_defs_types sudo_defs_table[] = { Line 343  struct sudo_defs_types sudo_defs_table[] = {
         N_("Set the user in utmp to the runas user, not the invoking user"),          N_("Set the user in utmp to the runas user, not the invoking user"),
         NULL,          NULL,
     }, {      }, {
           "privs", T_STR,
           N_("Set of permitted privileges"),
           NULL,
       }, {
           "limitprivs", T_STR,
           N_("Set of limit privileges"),
           NULL,
       }, {
         NULL, 0, NULL          NULL, 0, NULL
     }      }
 };  };

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>