[Lunar-commits] r19492 - in moonbase/trunk/x11-apps/xscreensaver: . pam.d

Stefan Wold ratler at lunar-linux.org
Mon Mar 27 19:01:28 UTC 2006


Author: ratler
Date: 2006-03-27 19:01:27 +0000 (Mon, 27 Mar 2006)
New Revision: 19492

Modified:
   moonbase/trunk/x11-apps/xscreensaver/BUILD
   moonbase/trunk/x11-apps/xscreensaver/pam.d/xscreensaver
Log:
* Updated pam.d file
* PAM modifications to BUILD file


Modified: moonbase/trunk/x11-apps/xscreensaver/BUILD
===================================================================
--- moonbase/trunk/x11-apps/xscreensaver/BUILD	2006-03-27 18:47:44 UTC (rev 19491)
+++ moonbase/trunk/x11-apps/xscreensaver/BUILD	2006-03-27 19:01:27 UTC (rev 19492)
@@ -1,7 +1,12 @@
 (
 
+  # Now lets do the PAM stuff the proper way
+  if module_installed Linux-PAM; then
+    OPTS="$OPTS --with-pam --without-shadow"
+  fi
+
   # Enable gtk support
-  OPTS="$OPTS --without-motif --with-gtk --with-xml"
+  OPTS="$OPTS --without-motif --with-gtk --with-xml --without-kerberos"
 
   # Enable locking abilities of xscreensaver
   OPTS="$OPTS --enable-locking"

Modified: moonbase/trunk/x11-apps/xscreensaver/pam.d/xscreensaver
===================================================================
--- moonbase/trunk/x11-apps/xscreensaver/pam.d/xscreensaver	2006-03-27 18:47:44 UTC (rev 19491)
+++ moonbase/trunk/x11-apps/xscreensaver/pam.d/xscreensaver	2006-03-27 19:01:27 UTC (rev 19492)
@@ -1,4 +1,2 @@
-#
-# The PAM configuration file for the `xscreensaver' service
-#
-auth		required	pam_unix.so
+#%PAM-1.0
+auth		include		system-auth



More information about the Lunar-commits mailing list