Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (397284784c4778a589a3a5a0d21c9fb8f8597085)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (397284784c4778a589a3a5a0d21c9fb8f8597085)
  • Date: Fri, 11 Nov 2011 07:07:54 -0600

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

x11/lightdm/HISTORY | 2 +-
x11/lightdm/INSTALL | 5 +++++
x11/lightdm/lightdm | 13 +++++++++++++
3 files changed, 19 insertions(+), 1 deletion(-)

New commits:
commit 397284784c4778a589a3a5a0d21c9fb8f8597085
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

lightdm: added a pam config file

diff --git a/x11/lightdm/HISTORY b/x11/lightdm/HISTORY
index 15d7c55..379df89 100644
--- a/x11/lightdm/HISTORY
+++ b/x11/lightdm/HISTORY
@@ -1,3 +1,3 @@
2011-11-11 Arjan Bouter <abouter AT sourcemage.org>
- * BUILDS, DEPENDS, DETAILS: spell created
+ * BUILDS, DEPENDS, DETAILS, INSTALL, lightdm: spell created

diff --git a/x11/lightdm/INSTALL b/x11/lightdm/INSTALL
new file mode 100755
index 0000000..e34b20d
--- /dev/null
+++ b/x11/lightdm/INSTALL
@@ -0,0 +1,5 @@
+default_install &&
+PAM_DIR="${INSTALL_ROOT}/etc/pam.d" &&
+if [ ! -e "${PAM_DIR}/lightdm" ]; then
+ install "${SCRIPT_DIRECTORY}/lightdm "${PAM_DIR}/
+fi
diff --git a/x11/lightdm/lightdm b/x11/lightdm/lightdm
new file mode 100755
index 0000000..40658fe
--- /dev/null
+++ b/x11/lightdm/lightdm
@@ -0,0 +1,13 @@
+#
+# The PAM configuration file for the `lightdm' service
+#
+auth requisite pam_securetty.so
+auth required pam_nologin.so
+auth required pam_shells.so
+auth required pam_env.so
+auth required pam_unix.so
+auth optional pam_group.so
+account requisite pam_time.so
+account required pam_unix.so
+password required pam_unix.so shadow
+session required pam_unix.so



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (397284784c4778a589a3a5a0d21c9fb8f8597085), Arjan Bouter, 11/11/2011

Archive powered by MHonArc 2.6.24.

Top of Page