diff options
author | Brian Bidulock | 2015-06-10 23:42:10 -0600 |
---|---|---|
committer | Brian Bidulock | 2015-06-10 23:42:10 -0600 |
commit | 7ef35475517e83576680273dab1802f59df56513 (patch) | |
tree | 48a8c66f32d608b22bf75cb6a8d4134591dd629c /xdm-1.0.5-sessreg-utmp-fix-bug177890.patch | |
download | aur-7ef35475517e83576680273dab1802f59df56513.tar.gz |
initial version
Diffstat (limited to 'xdm-1.0.5-sessreg-utmp-fix-bug177890.patch')
-rw-r--r-- | xdm-1.0.5-sessreg-utmp-fix-bug177890.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch b/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch new file mode 100644 index 00000000000..1958588836b --- /dev/null +++ b/xdm-1.0.5-sessreg-utmp-fix-bug177890.patch @@ -0,0 +1,8 @@ +--- config/GiveConsole.sessreg-utmp-fix-bug177890 2006-07-24 04:20:10.000000000 -0400 ++++ config/GiveConsole 2006-07-24 04:21:16.000000000 -0400 +@@ -8,3 +8,5 @@ + # causing serious grief. + # + chown $USER /dev/console ++exec /usr/bin/sessreg -a -w "/var/log/wtmp" -u "/run/utmp" \ ++ -x "/etc/X11/xdm/Xservers" -l $DISPLAY -h "" $USER |