During my activities on Solaris 10 machine I need twice reboot the Solaris unit and after reboot I'd like to run several scripts.
Before first reboot I store in /etc/rc3.d/S99myScript
some bash script.The script runs OK after reboot
Before second reboot I store in the same place under same name /etc/rc3.d/S99myScript
Perl script. After reboot the script does not run.
When I execute Perl script manually on my Solaris machine the script working OK.
What is going on here?