From 670d10a58d8abc9abce2b5e373c75419755a08e2 Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Sun, 4 Jul 1999 19:18:52 +0000 Subject: [PATCH] Eliminate the alias "rm" to "cp -p rm" since we now have a real rm. --- verbatim/boot/gshrc | 5 ++--- verbatim/home/root/gshrc | 4 +--- verbatim/var/adm/newuser/skel/gshrc | 4 +--- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/verbatim/boot/gshrc b/verbatim/boot/gshrc index 1e518a2..41bc4dd 100755 --- a/verbatim/boot/gshrc +++ b/verbatim/boot/gshrc @@ -3,7 +3,7 @@ # GNO 2.0.6 gshrc file (for the bootstrap disk). # This file is parsed whenever a gsh shell is started. # -# $Id: gshrc,v 1.4 1999/01/28 05:34:38 gdr-ftp Exp $ +# $Id: gshrc,v 1.5 1999/07/04 19:18:51 gdr-ftp Exp $ # ### @@ -30,7 +30,6 @@ export prompt term EDITOR nonewline alias cp "cp -i" alias ls "ls -CF" alias mv "cp -p mv -i" -alias rm "cp -p rm" alias view "vi -R" echo "=====================================================================" @@ -40,7 +39,7 @@ echo "= Don't worry about the fact that this disk contains a v2.0.4 kernel;" echo "= a more recent one will be installed. See Problem Report #62 at" echo "= http://www.gno.org/~gno/bugs.html for details." echo "=" -echo '= $Id: gshrc,v 1.4 1999/01/28 05:34:38 gdr-ftp Exp $' +echo '= $Id: gshrc,v 1.5 1999/07/04 19:18:51 gdr-ftp Exp $' echo "=====================================================================" echo " " echo " " diff --git a/verbatim/home/root/gshrc b/verbatim/home/root/gshrc index 13e4a78..e9025fe 100644 --- a/verbatim/home/root/gshrc +++ b/verbatim/home/root/gshrc @@ -3,7 +3,7 @@ # GNO 2.0.6 gshrc file # This file is parsed whenever a gsh shell is started. # -# $Id: gshrc,v 1.5 1999/01/18 02:01:29 gdr-ftp Exp $ +# $Id: gshrc,v 1.6 1999/07/04 19:18:51 gdr-ftp Exp $ # ### @@ -36,7 +36,6 @@ setenv iwiiPageSaver on setenv iwiiTypeFace condensed # Setup necessary aliases -alias /bin/rm "cp -p rm" alias /bin/mv "cp -p mv" alias cp "cp -i" alias fcat "melt -c" @@ -48,7 +47,6 @@ alias logout "/bin/init 5" alias ls "ls -CF" alias make dmake alias mv "cp -p mv -i" -alias rm "cp -p rm" alias uncompress "compress -d" alias view "vi -R" alias zcat "compress -cd" diff --git a/verbatim/var/adm/newuser/skel/gshrc b/verbatim/var/adm/newuser/skel/gshrc index 6b19832..c775cbf 100755 --- a/verbatim/var/adm/newuser/skel/gshrc +++ b/verbatim/var/adm/newuser/skel/gshrc @@ -7,7 +7,7 @@ # This file is parsed whenever a gsh shell is started. # See also /etc/glogin and $HOME/glogin. # -# $Id: gshrc,v 1.1 1999/02/15 01:00:45 gdr-ftp Exp $ +# $Id: gshrc,v 1.2 1999/07/04 19:18:52 gdr-ftp Exp $ # ### @@ -36,7 +36,6 @@ setenv iwiiPageSaver on setenv iwiiTypeFace condensed # Setup necessary aliases -alias /bin/rm "cp -p rm" alias /bin/mv "cp -p mv" alias cp "cp -i" alias fcat "melt -c" @@ -48,7 +47,6 @@ alias logout "/bin/init 5" alias ls "ls -CF" alias make dmake alias mv "cp -p mv -i" -alias rm "cp -p rm" alias uncompress "compress -d" alias view "vi -R" alias zcat "compress -cd"