Hp-ux login banner

Hi,
How do i create a login banner for hp-ux users. Is there somewhere i can get a step by step explanation?

What do you call a login banner?
You can customize /etc/motd (or create one if doesnt exist...)

Thanx alot. I created the /etc/motd file and placed my banner there and it worked.
Is there a way of setting a different banner for a particular system user???

modify the users .profile to call a banner you have put in /etc:
cat /etc/<yourcustumbanner> in the .profile is the easiest

Its working!!!!!!!
It displays the message on the /etc/motd file first, and then the message on the banner in user's .profile

Thanx alot man!!!!! Unix is just fun.