Browse Source

Remove remnants of rlogin, it's long gone (2002).

OK halex
OPENBSD_6_1
rpe 8 years ago
parent
commit
f9cc010b3f
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/etc/ksh.kshrc

+ 1
- 3
src/etc/ksh.kshrc View File

@ -1,5 +1,5 @@
:
# $OpenBSD: ksh.kshrc,v 1.23 2016/09/10 08:00:12 rpe Exp $
# $OpenBSD: ksh.kshrc,v 1.24 2016/09/10 08:42:06 rpe Exp $
#
# NAME:
# ksh.kshrc - global initialization for ksh
@ -100,7 +100,6 @@ case "$-" in
function wssh { \ssh "$@"; _ignore eval 'istripe; stripe'; }
function wtelnet { \telnet "$@"; _ignore eval 'istripe; stripe'; }
function wrlogin { \rlogin "$@"; _ignore eval 'istripe; stripe'; }
function wsu { \su "$@"; _ignore eval 'istripe; stripe'; }
alias su=wsu
@ -108,7 +107,6 @@ case "$-" in
alias ftp=wftp
alias ssh=wssh
alias telnet=wtelnet
alias rlogin=wrlogin
eval stripe
eval istripe
PS1=$PROMPT


Loading…
Cancel
Save