Usage of proper Solaris 11 Package Manager

The default Package Manager for Solaris 11 has been set to the module pkg, but there is no such module. Instead pkg5 exists and will be used from now on.
pull/4420/head
Alexander Winkler 2017-02-07 07:57:27 +01:00 committed by Brian Coca
parent b71a62283c
commit 2ac57e0bc3
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ class Facts(object):
{ 'path' : '/usr/sbin/swlist', 'name' : 'SD-UX' }, { 'path' : '/usr/sbin/swlist', 'name' : 'SD-UX' },
{ 'path' : '/usr/bin/emerge', 'name' : 'portage' }, { 'path' : '/usr/bin/emerge', 'name' : 'portage' },
{ 'path' : '/usr/sbin/pkgadd', 'name' : 'svr4pkg' }, { 'path' : '/usr/sbin/pkgadd', 'name' : 'svr4pkg' },
{ 'path' : '/usr/bin/pkg', 'name' : 'pkg' }, { 'path' : '/usr/bin/pkg', 'name' : 'pkg5' },
{ 'path' : '/usr/bin/xbps-install','name' : 'xbps' }, { 'path' : '/usr/bin/xbps-install','name' : 'xbps' },
{ 'path' : '/usr/local/sbin/pkg', 'name' : 'pkgng' }, { 'path' : '/usr/local/sbin/pkg', 'name' : 'pkgng' },
{ 'path' : '/usr/bin/swupd', 'name' : 'swupd' }, { 'path' : '/usr/bin/swupd', 'name' : 'swupd' },