diff options
author | Taner Tas <taner76@gmail.com> | 2018-04-29 21:23:23 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-07-19 09:48:05 +0300 |
commit | 1930b07bb595290270526f94c53591876e0b56c7 (patch) | |
tree | 6130c65fe7faee091d666c1c6efdb85e7e172c15 /testing/lightdm/musl-updwtmpx.patch | |
parent | b5a9835750e46d565040f7dea69c64d577bac166 (diff) | |
download | aports-1930b07bb595290270526f94c53591876e0b56c7.tar.gz aports-1930b07bb595290270526f94c53591876e0b56c7.tar.bz2 aports-1930b07bb595290270526f94c53591876e0b56c7.tar.xz |
testing/lightdm: Upgrade to 1.26.0, improve abuild
* Clarify license
* Allow null passwords
* Improve APKBUILD, update patches
* Add -openrc subpackage
Diffstat (limited to 'testing/lightdm/musl-updwtmpx.patch')
-rw-r--r-- | testing/lightdm/musl-updwtmpx.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/lightdm/musl-updwtmpx.patch b/testing/lightdm/musl-updwtmpx.patch index 106e366e16..1b21a46774 100644 --- a/testing/lightdm/musl-updwtmpx.patch +++ b/testing/lightdm/musl-updwtmpx.patch @@ -1,6 +1,6 @@ ---- ./src/session-child.c.orig -+++ ./src/session-child.c -@@ -198,8 +198,8 @@ +--- a/src/session-child.c ++++ b/src/session-child.c +@@ -193,8 +193,8 @@ } /* GNU provides this but we can't rely on that so let's make our own version */ @@ -10,4 +10,4 @@ +updwtmpx (const char *wtmp_file, const struct utmpx *ut) { struct utmp u; - + memset (&u, 0, sizeof (u)); |