On Tue, 2004-07-06 at 08:45, Henry Leparskas wrote: > Jeff, that's a good question. > I guess that for all of my years of running solaris, I have always started > my general user services in /etc/rc2.d. I agree that one must beware of > the implications of each level. > > BTW. I have always run the apache httpd services from rc2.d. Never ever > had a problem. > > But I appreciate your point that I should be more careful. > > Cheers, > > Henry > A very understandable error. Solaris and Linux use different run levels by default. I probably would make the same error if I was working on 2 different OSes like that. However, my point was that unless you modified the run level in the inittab, you were running in run level 3 and modifying a link for run level 2 so it would have no effect when you rebooted. I was just trying to note where the inconsistency most likely was, and why you did not see the expected results. Cheers Jeff