Add PAM configuration for xdm
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 3 Aug 2013 14:50:05 +0000 (10:50 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 7 Aug 2013 17:49:45 +0000 (13:49 -0400)
This is simply a link to the /etc/pam.d/login

stage4/pkg/xdm [new file with mode: 0644]

diff --git a/stage4/pkg/xdm b/stage4/pkg/xdm
new file mode 100644 (file)
index 0000000..71a54c9
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+hvbuild_post()
+{
+    ln -s login /etc/pam.d/xdm
+}