lianep at eng.sun.com wrote: >Beth Barrett writes: > > >>I have customer who would like to have ssh and telnet start earlier, say >>in milestone multi-user instead of multi-user-server or all. >> >> > >The fact that telnet is not in multi-user is simply a bug. > > http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6399735 > >If your customer wants to see that fixed in a patch, I'd encourage >escalating it -- it isn't hard to fix. In fact, I've marked it as >bite-sized for folks to give a try. > >I don't see a reason ssh has to be in multi-user-server rather than >multi-user (ssh guys can comment further), but make sure to read to the >end of the mail for commentary on moving services between milestones. > >
Looking at other related services.... login:rlogin has no dependcies...bug? shell:default is dependant on network/loopback and milestone/network. I can't see why the dependencies for shell:default and login:rlogin should should be any different and that ssh:default should have a common subset of dependencies with these two. Well, shell:default doesn't need utmp, all three use files under /etc. By comparison, telnet does not have the problem of expecting any dot files in $HOME. ssh:default - dependencies online Jul_24 svc:/network/loopback:default online Jul_24 svc:/network/physical:default online Jul_24 svc:/system/cryptosvc:default online Jul_24 svc:/system/filesystem/local:default online Jul_24 svc:/system/utmp:default online Jul_24 svc:/system/filesystem/autofs:default ssh:default - dependents online Jul_24 svc:/milestone/multi-user-server:default shell:default - dependencies online Jul_24 svc:/network/loopback:default online Jul_24 svc:/milestone/network:default login:rlogin should be the same as ssh:default, minus cryptosvc:default. Darren