You are setting up a local IPS package repository on your Oracle Solaris 11 server: solaris.example.com.
You want to point the existing local IPS publisher to the new local IPS repository located in /repo.These are the steps that you have followed:
1. Download and rsyncthe contents of the Oracle Solaris 11 repository ISO image to the /repo directory.
2. Configure the repository server service properties. The svcpropcommand displays the IPS-related properties:
pkg/inst_root astring /repo
pkg/readonly boolean true
The lscommand displays the contents of the /repodirectory:
# ls /repo
pkg5.repository publisher
The svcscommand shows the svc:/application/pkg/server:defaultservice is online.
The pkg publishercommand still displays:
PUBLISHER TYPE STATUS URI
solaris origin online http://pkg.oracle.com/solaris/release/
Which step needs to be performed to set the local IPS publisher to the local IPS repository /repo?