pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xscreensaver



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 20 17:27:18 UTC 2022

Modified Files:
        pkgsrc/x11/xscreensaver: options.mk

Log Message:
xscreensaver: update pam comments


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/xscreensaver/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xscreensaver/options.mk
diff -u pkgsrc/x11/xscreensaver/options.mk:1.15 pkgsrc/x11/xscreensaver/options.mk:1.16
--- pkgsrc/x11/xscreensaver/options.mk:1.15     Fri Feb 18 22:58:05 2022
+++ pkgsrc/x11/xscreensaver/options.mk  Sun Feb 20 17:27:18 2022
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.15 2022/02/18 22:58:05 wiz Exp $
+# $NetBSD: options.mk,v 1.16 2022/02/20 17:27:18 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.xscreensaver
 PKG_SUPPORTED_OPTIONS= pam
-PKG_SUGGESTED_OPTIONS= # pam # needs fixing, complains about missing /etc/pam.d/xscreensaver
+PKG_SUGGESTED_OPTIONS= # pam
 
 .include "../../mk/bsd.options.mk"
 
@@ -12,6 +12,7 @@ CONFIGURE_ARGS+=      --with-pam
 CONFIGURE_ARGS+=       --without-shadow
 .  if ${OPSYS} == "NetBSD"
 # needed to read shadow passwords
+# please follow pam-pwauth_suid's MESSAGE file to enable unlocking
 DEPENDS+=      pam-pwauth_suid-[0-9]*:../../security/pam-pwauth_suid
 .  endif
 .else



Home | Main Index | Thread Index | Old Index