From: Oleg Broytman Date: Wed, 12 Oct 2016 19:28:22 +0000 (+0300) Subject: .profile: comment out MOTD handling X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=b6d98d86be0c8cecf208beb0379ad1459aa13c60 .profile: comment out MOTD handling I never use .hushlogin anyway. --- diff --git a/.profile b/.profile index 4de74a7..f222e80 100644 --- a/.profile +++ b/.profile @@ -226,9 +226,9 @@ if [ -t 0 ] ; then unset name email - if test -f .hushlogin && ! cmp -s .motd /etc/motd; then - tee $HOME/.motd < /etc/motd - fi + #if test -f .hushlogin && ! cmp -s .motd /etc/motd; then + # tee $HOME/.motd < /etc/motd + #fi fi # No need to set DISPLAY - ssh sets DISPLAY and calls xauth