Operating System - HP-UX
1825751 Members
2725 Online
109687 Solutions
New Discussion

removing HP copyright info from login sequence

 
SOLVED
Go to solution
Mike Tufariello
Frequent Advisor

removing HP copyright info from login sequence

Hi. I was wondering if anyone knew how to surpress or prevent the displaying of the HP copyright info during log in or when you switch users. We capture the login sequence in emails and in log files. This would help reduce the size of the emails and log files.

Thanks,
11 REPLIES 11
OldSchool
Honored Contributor
Solution

Re: removing HP copyright info from login sequence

Torsten.
Acclaimed Contributor

Re: removing HP copyright info from login sequence

copyright information is in /etc/copyright.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
OldSchool
Honored Contributor

Re: removing HP copyright info from login sequence

Yogeeraj_1
Honored Contributor

Re: removing HP copyright info from login sequence

hi Mike

If you are under HP support, then you should not risk removing this... just in case.

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Mike Tufariello
Frequent Advisor

Re: removing HP copyright info from login sequence

Thanks very much to all.
Torsten.
Acclaimed Contributor

Re: removing HP copyright info from login sequence

You are welcome. Now you know about where it comes from and about the possible legal issues ...

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Torsten.
Acclaimed Contributor

Re: removing HP copyright info from login sequence

.



Finally (and this applies to almost every second thread in this forum - I remember the "rm -fr *" thread these days), if you are root, you can do everything ... just think about the possible consequences before doing anything.


Good luck! ;-)

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Steven Schweda
Honored Contributor

Re: removing HP copyright info from login sequence

I recently cured this annoyance on one of my
systems. I saved the original file, and
created an empty one with the same
permissions. (As I recall, someone
complained if it was missing.)

> If you are under HP support, [...]

When I hear the Software Police breaking down
my door, I'll be sure to (have my lawyer)
notify you. When in doubt, read the license
agreement. (Or, put the original file back
before admitting the HP guy. Write a script
for emergency use, if you feel the need.)
Bill Hassell
Honored Contributor

Re: removing HP copyright info from login sequence

Actually, it is not necessary to display the copyright message for every login. Instead, information concerning the existence of the copyright is considered to be ample notification, just like thousands of other intellectual properties such as music, books, plays, TV programs, movies, etc. You can change the line in /etc/profile to read like this:

print "To read the HP copyright, use the command: cat /etc/copyright"

This gives explicit information that a copyright exists and how to read it. Naturally, I am not a lawyer and I don't even play a lawyer on TV...


Bill Hassell, sysadmin
Steven E. Protter
Exalted Contributor

Re: removing HP copyright info from login sequence

Shalom Mike,

I recommend you have the system untouched.

I recall being in Israel on vacation one time and someone making a change that took down one of my HP-UX servers.

I was in Jerusalem and by the time I was reached, they had an HP-UX expert from HP crawling all over my system.

I hadn't done anything bad, turns out the entire problem came from a cisco guy changing the port configuration on a network switch.

Moral is, if you do this, you may find that it gets discovered when you are unable to run your emergency script to restore the system to normal.

Just let the text display and concentrate on something important, thats my advice.

sEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Mike Tufariello
Frequent Advisor

Re: removing HP copyright info from login sequence

Again, thanks to all.