summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-02-04Upstream update: version r47.540151eMax Reitz
2018-05-13Upstream update: version r47.662f1f9Max Reitz
2018-04-17Upstream update: version r46.0b5959eMax Reitz
2018-04-17Upstream update: version r45.d7f2be4Max Reitz
2018-04-17Upstream update: version r44.6f3e23aMax Reitz
2018-04-12Upstream update: version r39.b585374Max Reitz
2018-04-12Upstream update: version r38.185e2c0Max Reitz
2018-04-11Upstream update: version r36.065b3bcMax Reitz
2018-04-11Upstream update: version r34.1c13fa9Max Reitz
2018-04-11Fix PID file location on upgradeMax Reitz
post_upgrade() is usually run under sudo, so $XDG_RUNTIME_DIR is not set and $(id -u) is pretty much useless. So if neither gives us a usable path, try /var/run/user/$SUDO_UID as a last resort. Note that in addition, the /var/run path was wrong. It is "/var/run/user", not "/var/run/users". Good thing this happened on the first version so probably nobody has run post_upgrade() so far.
2018-04-11Initial commit: version r32.96f8e44Max Reitz