]> granicus.if.org Git - sudo/commit
usage() now takes an int (exit value)
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 5 Aug 1994 00:22:15 +0000 (00:22 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 5 Aug 1994 00:22:15 +0000 (00:22 +0000)
commit70333883c08bdcaab31b411596dcbd71c61090cb
treebcf92c1e1483f3fe8cdf07062b008c317f7b5f50
parenta24fdfd0813ede954737c2a5104e5bfb25f59a81
usage() now takes an int (exit value)
added parse_args() to parse command line arguments
moved call to find_path() from load_globals to new function load_cmnd()
removed validate_only global -- now use the concept of "modes"
added -h and -k options
sudo.c