/etc/init.d/lp

hellothe file /etc/init.d/lp used to be in the package SUNWpsr on solaris 8, in solaris 10 it isnt anymoreto which package did it get moved to?thanks
[184 byte] By [Vinz] at [2007-11-26 0:45:32]
# 1

Hi,

do you now, that the old init.d stuff was changed to services ? Check manpages of svcs and svcadm to start, stop and check services.

The package SUNWpsr is still installed by sol10 (check with pkginfo), and deal's with printing. So when it is installed, there are services dealing with printing:

# svcs -a | grep print

disabledFeb_04svc:/application/print/server:default

online Feb_04svc:/application/print/cleanup:default

offlineFeb_04svc:/application/print/ipp-listener:default

offlineFeb_04svc:/application/print/rfc1179:default

Printing should work.

Holger

bauerboehn at 2007-7-5 19:40:56 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
whooops, i was not aware of all that services stuff, thank you :-)we never used solaris 9, so i guess i have quite a gap to fill ;-)
Vinz at 2007-7-5 19:40:56 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
Actually, Services are a new feature in Solaris 10. 9 didn't have it.
ph0enix2002 at 2007-7-5 19:40:56 > top of Java-index,Solaris Operating System,Solaris 10 Features...