kloczek: shadow/src su.c

PLD CVS <[email protected]> Mon, 2 Jan 2006 23:32:53 +0100 (CET)
Newsgroups gmane.linux.pld.shadow.cvs
Message-ID <[email protected]>
Module name:	shadow
Changes by:	kloczek	06/01/02 23:32:53

Modified files:
	src            : su.c 

Log message:
This second patch changes the way options are handled by getopt. Once a
non-su option is found, the getopt processing is stopped.
Whithout this patch, "su root -c ls" won't work (getopt will complain that
-c is not an su option).
(by Nicolas François <[email protected]>).

Revision  Changes    Path
1.57      +14 -3     shadow/src/su.c