Lines Matching refs:pkg

32 is confusing, you may wish to review the pkg(5) manpage.
37 usr/src/pkg/ contains the definitions and rules needed to build an IPS
53 Alternatively, in usr/src/pkg/Makefile there are make targets for:
95 usr/src/pkg/packages.$MACH/. These can be useful during development.
153 Alternatively, you can manually start a pkg.depot(1M) server to
158 /usr/lib/pkg.depotd -d repo.redist -p <port> &
167 pkg set-publisher -P -g http://<your server host>:<port> on-nightly
168 pkg set-publisher --non-sticky opensolaris.org
169 pkg uninstall entire
171 pkg image-update your test system.
172 pkg image-update will upgrade all packages on your test system
176 pkg info osnet-incorporation
186 pkg install -nv osnet-incorporation@<your version>
191 pkg search -l ::pkg.renamed:true
192 pkg search -l ::pkg.obsolete:true
198 Package definitions are in usr/src/pkg/manifests/, and have one
202 manifests. If you find yourself needing to modify usr/src/pkg/Makefile,
213 These are the PKGMOG_DEFINES in usr/src/pkg/Makefile.
224 The definitions for these transforms are in usr/src/pkg/transforms/. An
251 pkg.renamed, and pkg.obsolete.
266 pkg(5) uses variants to implement zones. If a package is marked
292 pkg(5) tracks when content is removed from packages, and automatically
314 set name=pkg.fmri with the version set explicitly to the
316 to rename SUNWrmodu in build 133 you'd change the pkg.fmri
318 set name=pkg.fmri value=pkg:/SUNWrmodu@0.5.11,5.11-0.133
320 set name=pkg.renamed value=true
345 repository (http://pkg.opensolaris.org/dev or http://ipkg.sfbay/dev)
366 $ cd usr/src/pkg/manifests
368 $ grep -l "fmri=pkg:/$mypkgname@" `grep -l pkg.renamed *.mf` /dev/null
374 $ grep -l "fmri=pkg:/$mypkgname@" `grep -l pkg.renamed *.mf` /dev/null
381 Update 'set name=pkg.fmri' with the version set explicitly to the
383 to remove SUNWwbsd in build 133 you'd change the pkg.fmri
385 'set name=pkg.fmri value=pkg:/SUNWwbsd@0.5.11,5.11-0.133'
387 Add 'set name=pkg.obsolete value=true'.
398 # Was renamed to <other-pkg-name>, both now obsolete.
407 set name=pkg.fmri value=pkg:/SUNWfoobar@0.5.11,5.11-0.150
408 set name=pkg.obsolete value=true
412 set name=pkg.fmri value=pkg:/system/foobar@0.5.11,5.11-0.150
413 set name=pkg.obsolete value=true
424 set name=pkg.fmri
428 set name=pkg.summary
431 set name=pkg.description
447 usr/src/pkg/license_files, then you will also need to modify