Remove a module from initadd under Solaris

2

I accidentally added a non-existent module to my profile (or whatever it is you add it to) with

module initadd foo

and now every time I log on, I get an error message about foo not being found. How do I remove the module foo from the list, so I won't get the error message?

Tomas Aschan

Posted 2010-08-04T10:41:57.057

Reputation: 2 294

Answers

1

This should do it:

module initrm foo

Paused until further notice.

Posted 2010-08-04T10:41:57.057

Reputation: 86 075