aboutsummaryrefslogtreecommitdiff
path: root/utils/unsu.c
Commit message (Collapse)AuthorAgeFilesLines
* 2000-02-08 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-02-081-4/+4
| | | | | | | | | | | | Remove the su utility, which is incompatible with traditional su as provided by sh-utils and used by some portable shell scripts. The Hurdish su functionality is available as `setauth --save'. * su.c: File removed. * Makefile (targets): Remove su. (SRCS): Remove su.c. (su): Target removed from various dependency rules. (su-LDLIBS): Variable removed. * unsu.c (doc): Refer to setauth --save rather than su.
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-4/+4
| | | | | | | | | | | | | | | * ps.c (main): Fix return type to int, and use return. * ids.c (main): Likewise. * w.c (main): Likewise. * login.c (main): Likewise. * settrans.c (main): Likewise. * showtrans.c (main): Likewise. * fsysopts.c (main): Likewise. * storeinfo.c (main): Likewise. * unsu.c (main): Likewise. * setauth.c (main): Likewise. * rmauth.c (main): Likewise. * addauth.c (main): Likewise.
* (argp_program_version):Miles Bader1997-09-291-2/+2
| | | | | | Use correct program name. (main): Supply new args to frobauth_modify.
* Initial checkinMiles Bader1997-05-261-0/+90