Commit Graph

17 Commits

Author SHA1 Message Date
Aaron LI 798ac0479e login: No need to set MAIL 2018-10-07 11:46:38 +08:00
Aaron LI b0ce2ed635 login: pam_misc is not needed (#72)
The pam_misc header and library, as well as the pam_{modules,modutil}.h,
are not needed.  Meanwhile add the necessary headers.

Builds fine on both Linux and DragonFly BSD.
2018-10-05 15:23:57 +00:00
Aaron LI 0476fa64b8 Do not use the non-standard clearenv() (#69)
The clearenv() is not POSIX-standard, and doesn't exist on *BSD.
Directly manipulate the 'environ' instead.
2018-10-05 15:04:58 +00:00
Aaron LI bd724eae93 Define feature macros only on Linux (#67)
In preparation for the BSD support.
See https://github.com/cylgom/termbox-next/pull/1
2018-10-05 14:57:47 +00:00
cylgom 7557e0fae1 removed config duplicate and added better defaults and documentation 2018-09-24 06:08:03 +00:00
cylgom 2c972e3f81 completed 2018-09-23 18:03:00 +00:00
cylgom 4714640096 restarted from scratch 2018-09-23 18:00:33 +00:00
cylgom 060184bcb4 initial work on wayland 2018-06-30 15:48:05 +02:00
Fnux fe6fb1d84f Better handling of the creation of LY_CFG_SAVE and normalization of exit codes (#35)
* Handle the creation of LY_CFG_SAVE before ncurses initialization

* Normalize exit codes
2018-06-29 20:35:58 +02:00
Devin J. Pohly efefdaf216 don't assume home is in /home/$USER (#23)
Adjustment of original fix by @abdullahibnnadjo
2018-05-05 18:34:04 +02:00
cylgom 206901aeb5 finally fixed environment variables handling 2017-10-11 21:55:53 +02:00
cylgom 53d147c4e2 added .xsession/display-setup support 2017-09-27 22:48:44 +02:00
cylgom 24ab6ed55f removed dbus launch and added required xdg runtime env var 2017-09-27 21:18:57 +02:00
Niverton 4ae67ec1a0 savefile and group init fixes
Fixed truncated username
Init user groups before PAM credentials
2017-09-02 16:08:36 +02:00
cylgom ed477e61e3 added dbus support 2017-08-23 10:56:44 +02:00
cylgom 22f906bc3e fixed .xinitrc support 2017-08-20 15:07:07 +02:00
cylgom 7870f668f3 initial commit 2017-05-23 20:12:12 +02:00