[oi-dev] How to name package with PAM module?

2012-02-22 Thread Igor Pashev

I'm creating a package with PAM module:

file path=usr/lib/security/$(MACH64)/pam_sqlite.so
file path=usr/lib/security/pam_sqlite.so

What is a proper choice for FMRI of such a package?

pkg:/library/pam/sqlite ?
pkg:/security/pam/sqlite ?
pkg:/library/pam-sqlite ?
pkg:/security/pam-sqlite ?

Or other?

___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] How to name package with PAM module?

2012-02-22 Thread Andrew Stormont
I think what you want is pkg:/library/security/pam/module/pam-sqlite

On 22/02/2012 13:10, Igor Pashev pashev.i...@gmail.com wrote:

I'm creating a package with PAM module:

file path=usr/lib/security/$(MACH64)/pam_sqlite.so
file path=usr/lib/security/pam_sqlite.so

What is a proper choice for FMRI of such a package?

pkg:/library/pam/sqlite ?
pkg:/security/pam/sqlite ?
pkg:/library/pam-sqlite ?
pkg:/security/pam-sqlite ?

Or other?

___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev



___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] How to name package with PAM module?

2012-02-22 Thread Igor Pashev

22.02.2012 17:16, Andrew Stormont пишет:

I think what you want is pkg:/library/security/pam/module/pam-sqlite

On 22/02/2012 13:10, Igor Pashevpashev.i...@gmail.com  wrote:


I'm creating a package with PAM module:

file path=usr/lib/security/$(MACH64)/pam_sqlite.so
file path=usr/lib/security/pam_sqlite.so

What is a proper choice for FMRI of such a package?

pkg:/library/pam/sqlite ?
pkg:/security/pam/sqlite ?
pkg:/library/pam-sqlite ?
pkg:/security/pam-sqlite ?

Or other?



Well, thanks.
And what about classification?
Library/Security?

___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] How to name package with PAM module?

2012-02-22 Thread Milan Jurik

Hi,

On 22.02.2012 15:22, Igor Pashev wrote:

22.02.2012 17:16, Andrew Stormont пишет:
I think what you want is 
pkg:/library/security/pam/module/pam-sqlite


On 22/02/2012 13:10, Igor Pashevpashev.i...@gmail.com  wrote:


I'm creating a package with PAM module:

file path=usr/lib/security/$(MACH64)/pam_sqlite.so
file path=usr/lib/security/pam_sqlite.so

What is a proper choice for FMRI of such a package?

pkg:/library/pam/sqlite ?
pkg:/security/pam/sqlite ?
pkg:/library/pam-sqlite ?
pkg:/security/pam-sqlite ?

Or other?



Well, thanks.
And what about classification?
Library/Security?



same as pam-pkcs11:

System\Security

Best regards,

Milan

___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] How to name package with PAM module?

2012-02-22 Thread Andrew Stormont
pkg:/library/security/pam/module/pam-pkcs11 is using System/Security so
it might make sense to copy that.

On 22/02/2012 13:22, Igor Pashev pashev.i...@gmail.com wrote:

22.02.2012 17:16, Andrew Stormont пишет:
 I think what you want is pkg:/library/security/pam/module/pam-sqlite

 On 22/02/2012 13:10, Igor Pashevpashev.i...@gmail.com  wrote:

 I'm creating a package with PAM module:

 file path=usr/lib/security/$(MACH64)/pam_sqlite.so
 file path=usr/lib/security/pam_sqlite.so

 What is a proper choice for FMRI of such a package?

 pkg:/library/pam/sqlite ?
 pkg:/security/pam/sqlite ?
 pkg:/library/pam-sqlite ?
 pkg:/security/pam-sqlite ?

 Or other?


Well, thanks.
And what about classification?
Library/Security?

___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev



___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev


[oi-dev] GRUB fonts

2012-02-22 Thread Dmitry Kozhinov

Hi everyone,

As new ISOs are to build soon, may I suggest a small and 
easy-to-implement fix:
Current fonts in GRUB menu are almost unreadable on some older CRT 
monitors (dark-gray letters on black background with white shadow). Only 
white shadow is clearly visible, dark-gray hides on black. Please 
someone who are in control, change the color scheme.


Regards,
Dmitry.

___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] GRUB fonts

2012-02-22 Thread Igor Kozhukhov
Hi All,

For illumian we are using text mode for GRUB with Debian blue scheme.
Maybe for installer will be better to use B/W text scheme ?

It is easy to fix - 2 lines in menu.lst

-Igor

On 2/23/12 2:06 AM, Alasdair Lumsden alasdai...@gmail.com wrote:

On 22 Feb 2012, at 16:49, Dmitry Kozhinov wrote:
 As new ISOs are to build soon, may I suggest a small and
easy-to-implement fix:
 Current fonts in GRUB menu are almost unreadable on some older CRT
monitors (dark-gray letters on black background with white shadow). Only
white shadow is clearly visible, dark-gray hides on black. Please
someone who are in control, change the color scheme.

I agree.

Is this a menu.lst thing? Anyone fancy supplying a patch/changeset?
___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev



___
oi-dev mailing list
oi-dev@openindiana.org
http://openindiana.org/mailman/listinfo/oi-dev