From 3f3eb4a13b9550f115759a533771e8d9ee423fd7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 8 Feb 2000 22:29:23 +0000 Subject: 2000-02-08 Roland McGrath 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. --- utils/unsu.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'utils/unsu.c') diff --git a/utils/unsu.c b/utils/unsu.c index bea4c98a..467cf46f 100644 --- a/utils/unsu.c +++ b/utils/unsu.c @@ -1,8 +1,8 @@ /* Attempt to undo a previous su - Copyright (C) 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1997,98,2000 Free Software Foundation, Inc. - Written by Miles Bader + Written by Miles Bader This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -35,9 +35,9 @@ const char *argp_program_version = STANDARD_HURD_VERSION (unsu); static struct argp_child child_argps[] = {{ &frobauth_no_ugids_argp }, { 0 }}; static char doc[] = - "Attempt to undo a previous su" + "Attempt to undo a previous setauth --save" "\vThis command is convenient, but will only correctly undo a limited" - " subset of possible su commands. It works by simply deleting all" + " subset of possible setauth commands. It works by simply deleting all" " current effective ids and the first two available ids, and then" " making the first remaining available id the current effective id."; -- cgit v1.2.3