When a zsh user logs in they don't see the MOTD. This is because zsh sources /etc/zprofile and not /etc/profile as per the other common shells.
ln -s profile /etc/zprofile Or echo ". /etc/profile" > /etc/zprofile
N/A
Terms of Use | Privacy | Trademarks | Copyright Policy | Site Guidelines | Site Map | HelpYour use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use.Copyright © 1995-2009 Sun Microsystems, Inc.