Skip to main content.

2003-Oct-23

A few weeks ago I noticed:

stat64("/etc/pam.d", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/etc/pam.d/su", O_RDONLY)         = -1 ENOENT (No such file or directory)
open("/etc/pam.d/other", O_RDONLY)      = 3
So I thought that PAM wasn't using the /etc/pam/ directory (aka /etc/security). But then I realized that is two different things. /etc/pam/ contains configs for the modules themselves, while /etc/pam.d/ contains PAM configurations per service (or application) by name. (If that directory, doesn't exist it uses single pam.conf.)

Worked on making gettext build and install without needing the gettext-lib package (because glibc already has libintl). (I send-pr'd and imported to pkgsrc-wip some updates on 05/Mar/2004.)

Started packaging vm-pop3d and imported into pksgrc-wip.

gdb build on Linux and SunOS is missing bin/gdbserver and man/man1/gdbserver.1 from PLIST.