From b6d98d86be0c8cecf208beb0379ad1459aa13c60 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 12 Oct 2016 22:28:22 +0300 Subject: [PATCH] .profile: comment out MOTD handling I never use .hushlogin anyway. --- .profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2