Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (e9f756249bbf23026aba8536228e13dabb113389)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (e9f756249bbf23026aba8536228e13dabb113389)
  • Date: Sun, 29 Nov 2009 09:56:28 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

kde4/kdebase-workspace4/DEPENDS | 3 +--
kde4/kdebase-workspace4/HISTORY | 19 ++++++++++++-------
kde4/kdebase-workspace4/pam.d/kde | 1 +
kde4/kdebase-workspace4/pam.d/kde-np | 9 +++++++++
4 files changed, 23 insertions(+), 9 deletions(-)

New commits:
commit e9f756249bbf23026aba8536228e13dabb113389
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

kdebase-workspace4: Cleanup whitespace

commit 1e6df8c934e164b2c02af75f6a8c41c869667964
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

kdebase-workspace4: Added for passwordless logins (no-password)
See
http://freebsd.kde.org/faq.php#HowdoIenablepasswordlessconvenienceloginsinKDMIcheckedthecheckboxintheLoginManagerControlbutKDMwontlogmein

commit 1b01a68654d6302698eb20e61aca7c9031b67e61
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

kdebase-workspace4: Also check pam_limits.so for session

diff --git a/kde4/kdebase-workspace4/DEPENDS b/kde4/kdebase-workspace4/DEPENDS
index aecdcda..36b75a2 100755
--- a/kde4/kdebase-workspace4/DEPENDS
+++ b/kde4/kdebase-workspace4/DEPENDS
@@ -1,6 +1,6 @@
source $SECTION_DIRECTORY/KDE_DEPENDS &&
depends kdepimlibs4 &&
- depends kdelibs4-experimental &&
+depends kdelibs4-experimental &&
depends xproto &&
depends xextproto &&
depends xmessage &&
@@ -36,4 +36,3 @@ optional_depends consolekit '' '' 'ConsoleKit
integration in KDM' &&
optional_depends polkit-qt '' '' 'PolicyKit integration in KDM'
#optional_depends networkmanager '' '' ''

-
diff --git a/kde4/kdebase-workspace4/HISTORY b/kde4/kdebase-workspace4/HISTORY
index caab2ac..6aac60c 100644
--- a/kde4/kdebase-workspace4/HISTORY
+++ b/kde4/kdebase-workspace4/HISTORY
@@ -1,8 +1,13 @@
-2009-11-04 Treeve Jelbert <treeve AT sourcemage.org>
+2009-11-29 Eric Sandall <sandalle AT sourcemage.org>
+ * pam.d/kde: Also check pam_limits.so for session
+ * pam.d/kde-np: Added for passwordless logins (no-password)
+ See
http://freebsd.kde.org/faq.php#HowdoIenablepasswordlessconvenienceloginsinKDMIcheckedthecheckboxintheLoginManagerControlbutKDMwontlogmein
+
+2009-11-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: fix WEB_SITE, broken by previous update

-2009-11-03 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 4.3.3 (stable)
+2009-11-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.3.3 (stable)

2009-10-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: remove support for multiple versions
@@ -18,7 +23,7 @@
2009-10-11 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: stable version needs kdelibs4-experimental
fixes bug #15462
-
+
2009-10-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.3.2 (stable)

@@ -61,8 +66,8 @@
* DETAILS: version 4.3.0 (stable)

2009-08-03 Julien "_kaze_" ROZO <julien AT rozo.org>
- * CONFIGURE, DEPENDS: user can now choose between bluez and
bluez-libs
- for bluetooth support
+ * CONFIGURE, DEPENDS: user can now choose between bluez and bluez-libs
+ for bluetooth support

2009-08-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: remove svn support
@@ -369,7 +374,7 @@

2007-11-06 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: remove plasma, which depends on this spell
- * kde4.sh: prevent this from running as root,
+ * kde4.sh: prevent this from running as root,
as it messes up the environment for non kde4 usage.

2007-10-31 Treeve Jelbert <treeve AT sourcemage.org>
diff --git a/kde4/kdebase-workspace4/pam.d/kde
b/kde4/kdebase-workspace4/pam.d/kde
index 46bf605..f70cd9c 100644
--- a/kde4/kdebase-workspace4/pam.d/kde
+++ b/kde4/kdebase-workspace4/pam.d/kde
@@ -6,3 +6,4 @@ auth required pam_nologin.so
account required pam_unix.so
password required pam_unix.so
session required pam_unix.so
+session required pam_limits.so
diff --git a/kde4/kdebase-workspace4/pam.d/kde-np
b/kde4/kdebase-workspace4/pam.d/kde-np
new file mode 100644
index 0000000..90e0dae
--- /dev/null
+++ b/kde4/kdebase-workspace4/pam.d/kde-np
@@ -0,0 +1,9 @@
+#
+# The PAM configuration file for the `kdm auto-login' service
+#
+auth required pam_nologin.so
+auth required pam_permit.so
+account required pam_unix.so
+password required pam_unix.so
+session required pam_unix.so
+session required pam_limits.so



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (e9f756249bbf23026aba8536228e13dabb113389), Eric Sandall, 11/29/2009

Archive powered by MHonArc 2.6.24.

Top of Page