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/su.c | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 utils/su.c (limited to 'utils/su.c') diff --git a/utils/su.c b/utils/su.c deleted file mode 100644 index 53563fa3..00000000 --- a/utils/su.c +++ /dev/null @@ -1,2 +0,0 @@ -#define SU -#include "setauth.c" -- cgit v1.2.3