From ab3b98a658d690870c21a7f030786973cf151517 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 10 Jan 1996 20:38:24 +0000 Subject: Instead of giving --su to login, use all the component options it stood for. Use --program-name for nice errors. --- utils/sush.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/sush.sh b/utils/sush.sh index 6fb8b869..d1541f4f 100644 --- a/utils/sush.sh +++ b/utils/sush.sh @@ -1,3 +1,3 @@ #!/bin/sh # A unix-like su (one which invokes a sub-shell). -/bin/login --su "$@" +/bin/login --program-name="$0" -pzxSLfk -aHOME -aMOTD -aUMASK -aBACKUP_SHELL "$@" \ No newline at end of file -- cgit v1.2.3