set-tmp-permission service is not running in Netra CCMP3060 blade server

In my Solaris 10 - Netra CP3060, the following particular script is not running:
lrc:/etc/rc2_d/S00set-tmp-permissions
lrc:/etc/rc2_d/S07set-tmp-permissions
Above script is to set the default permission of /tmp & /var/tmp while rebooting if it found any inconsistencies. I changed the file permission of /tmp and rebooted my server. As the above scripts are not running, it shouldn't change the file permission to default. But the file permission changed after reboot.

Please let me know is there any other service running related to this in my server. Was this script incorporated in SMF facility, if so whats that service name?

Rgrds,
Ram.

I have encountered this for setting sticky bit on /tmp.
What I did later to resolve it was to rm /tmp and recreate it. Then set permissions and reboot. It was ok.

Thanks for your response. My question is how default permission is set to /tmp even though these services are not running in the server???

Is this what you are looking for ?

[quote]
chmod 1777 /tmp

[quote]

Then you need to see what the contents of the scripts are