=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/match.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/sudo/Attic/match.c 2009/12/07 18:43:10 1.4 --- src/usr.bin/sudo/Attic/match.c 2010/02/22 22:41:10 1.5 *************** *** 379,385 **** char *sudoers_args; { /* Check for pseudo-commands */ ! if (strchr(user_cmnd, '/') == NULL) { /* * Return true if both sudoers_cmnd and user_cmnd are "sudoedit" AND * a) there are no args in sudoers OR --- 379,385 ---- char *sudoers_args; { /* Check for pseudo-commands */ ! if (sudoers_cmnd[0] != '/') { /* * Return true if both sudoers_cmnd and user_cmnd are "sudoedit" AND * a) there are no args in sudoers OR