Following procedure missed to enable the pkg/server first.

http://dlc.sun.com/osol/docs/content/IPS/ipsdev.html

example of port 80 on /pub directory

-bash-3.2# cat createdepot.ksh
svcadm enable  application/pkg/server
svccfg -s application/pkg/server setprop pkg/port=80
svccfg -s application/pkg/server setprop pkg/inst_root=/pub
svcadm refresh application/pkg/server
svcadm restart application/pkg/server
svcs -a |grep pkg
-bash-3.2#
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to