The default run level for SCO is 2 so the startup scripts are in /etc/rc2.d
There is no /etc/init.d in SCO you have to disable the startups in either /etc/rc2.d or /etc/inittab - it looks like both of these are started in /etc/rc2.d.
Be very careful with inittab though.
the two files should be:
/etc/S84rpcinit -- You will need to edit it and stop the portmap part - it does other things. maybe remove portmap from the PROCS line.
/etc/S89nfs
Main Topics
Browse All Topics





by: sentnerPosted on 2008-05-10 at 23:48:38ID: 21541646
Well, I believe SCO keeps its startup/shutdown scripts in the rcX.d directories (where X is the runlevel), like Solaris. Check in /etc/rc3.d for S11portmap and S60nfs. Just rename them to use a lower-case "s", and that will disable them. As for starting/stopping, just run:
/etc/init.d/portmap stop (or start)
/etc/init.d/nfs stop (or start)