[Bug 264361] x11/xscreensaver: version 6.02 fails to lock the screen upon resume
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264361 John Hein <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from John Hein <[email protected]> --- On 12.3-stable, 'make configure' now fails due to: Warning: Your system seems to have PAM, but PAM is not being used. That is probably not going to work out well. This is not really a warning as configure sets 'CONF_STATUS=1' making this fatal to configure. if test "$with_pam_req" = yes -a "$have_pam" = no ; then warn 'Use of PAM was requested, but it was not found.' CONF_STATUS=1 elif test "$have_pam" = no ; then if test -d /etc/pam.d -o -f /etc/pam.conf ; then warn "Your system seems to have PAM, but PAM is not being used." warn2 "That is probably not going to work out well." CONF_STATUS=1 fi fi -- You are receiving this mail because: You are the assignee for the bug.