Bug 98450 - app-admin/conserver: remove references to pam_console.so
Bug#: 98450 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: weeve@gentoo.org Reported By: greg_g@gentoo.org
Component: Applications
URL: 
Summary: app-admin/conserver: remove references to pam_console.so
Keywords:  
Status Whiteboard: 
Opened: 2005-07-09 05:02 0000
Description:   Opened: 2005-07-09 05:02 0000
In bug 31877 we are disabling the pam_console module by default, that is,
pam_console is not used anymore to set the permissions on /dev nodes
automatically at login, instead we just rely on appropriate group permissions
on the devices.
In fact, newer versions of pam do not compile the pam_console module by default
anymore, so this change is already in effect now.

To complete the job, and for cleanness, you should remove the references to
pam_console.so in app-admin/conserver/files/conserver.pam*

Thanks.

------- Comment #1 From Jason Wever (RETIRED) 2005-07-09 08:38:11 0000 -------
Does this apply only to Linux or can I safely assume all OSs that we support at
some level will not be using pam_console?

------- Comment #2 From Gregorio Guidi (RETIRED) 2005-07-09 09:02:03 0000 -------
IIRC pam_console itself is a linux-only solution... anyway, I don't know of 
any subproject that is interested in keeping pam_console. It was switched off 
for all archs in the tree when pam-0.78-r2.ebuild was keyworded. 

------- Comment #3 From Jason Wever (RETIRED) 2005-07-09 10:09:02 0000 -------
Now fixed in CVS.  Thanks for the bug.