summaryrefslogtreecommitdiff
path: root/utils/unsu.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2000-02-08 22:29:23 +0000
committerRoland McGrath <roland@gnu.org>2000-02-08 22:29:23 +0000
commit3f3eb4a13b9550f115759a533771e8d9ee423fd7 (patch)
tree644031ebef0d6f5916062260269777969c5338e9 /utils/unsu.c
parent08787a35d51e5c59b4406e21b9dc8ea7ab143b41 (diff)
2000-02-08 Roland McGrath <roland@baalperazim.frob.com>
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.
Diffstat (limited to 'utils/unsu.c')
-rw-r--r--utils/unsu.c8
1 files changed, 4 insertions, 4 deletions
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 <miles@gnu.ai.mit.edu>
+ Written by Miles Bader <miles@gnu.org>
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.";