Nilotpal Bhattacharyya wrote:

How do i mask uname -r value for some third party software install which checks for Solaris OS version and fails to install.

Write a small .c file that intercepts uname(2) calls and replaces
the release field with "5.10" and use LD_PRELOAD to cause it
to be invoked.

Darren

_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to