projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e941771
)
Add PAM configuration for xdm
author
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 3 Aug 2013 14:50:05 +0000
(10:50 -0400)
committer
Hugo 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]
patch
|
blob
diff --git a/stage4/pkg/xdm
b/stage4/pkg/xdm
new file mode 100644
(file)
index 0000000..
71a54c9
--- /dev/null
+++ b/
stage4/pkg/xdm
@@ -0,0
+1,6
@@
+#!/bin/bash
+
+hvbuild_post()
+{
+ ln -s login /etc/pam.d/xdm
+}