[sudo-commits] sudo changeset 9657:2b438ff99991

Todd C. Miller Todd.Miller at courtesan.com
Sat Sep 20 09:28:16 MDT 2014


changeset:	9657:2b438ff99991 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/2b438ff99991
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sat Sep 20 09:21:51 2014 -0600

Log Message:
	On AIX, _PATH_BSHELL is /usr/bin/bsh but we want to use /usr/bin/sh
	(which is usually ksh).  This makes sudo's behavior when executing
	a shell without the #! magic number match execvp() on AIX.

diffstat:

 pathnames.h.in    |  9 +++++++++
 src/exec_common.c |  2 +-
 src/sudo.c        |  2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)


More information about the sudo-commits mailing list