summaryrefslogtreecommitdiff
path: root/utils/sush.sh
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-01-10 20:38:24 +0000
committerMiles Bader <miles@gnu.org>1996-01-10 20:38:24 +0000
commitab3b98a658d690870c21a7f030786973cf151517 (patch)
tree102b176e2bd931b723fc2f576972db97a0fd03bb /utils/sush.sh
parent1dfd8dabc3d8f26cd8e5217d4f58cd12479eac64 (diff)
Instead of giving --su to login, use all the component options it stood for.
Use --program-name for nice errors.
Diffstat (limited to 'utils/sush.sh')
-rw-r--r--utils/sush.sh2
1 files changed, 1 insertions, 1 deletions
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