ports/opt (3.7): consolekit: pam-foreground-compat.ck: move TAGDIR to /run/console
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit bc0afb2b70e42ce5535294299dea873090a77d47 Author: Juergen Daubert <jue@jue.li> Date: Sun Feb 20 17:39:45 2022 +0100 consolekit: pam-foreground-compat.ck: move TAGDIR to /run/console diff --git a/consolekit/.signature b/consolekit/.signature index 11d7cb09f..86783c791 100644 --- a/consolekit/.signature +++ b/consolekit/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Whdlipdgpa6Zqis1G7CZzE/k71uDXGLmE2T2tm0IjUabd0p4oLnu+MRz7Z0DyJh3ipN0RF0V8e+wrblBZ8tHw8= +RWSE3ohX2g5d/UVyvoId5RvfNtPO1CH8m+TSk9YgAXkVlhmj4E0YLPmDmGJEbRAw2+SS6AEt2qtRSJ/VvBA5xTMFFUtIqotsDQU= SHA256 (Pkgfile) = 044ad71477214481dbc7582f1659e22f8f2bc63f3b5788f00e1556d31cda27cf SHA256 (.footprint) = a76501ec28824822f18e0f12f6c18ecc29b51575746951061351fe839170838a SHA256 (ConsoleKit2-1.2.4.tar.gz) = 7c5ca07cc7ecb2743446c4ab5a66ae02667acab6214268d76f0fdf73eaf141e8 SHA256 (system-session) = 599613516a16ac997a4121b4f20dd3a9c8480403614848f1aa97a0a0f1c6a236 -SHA256 (pam-foreground-compat.ck) = ca94a7640cc7c2e3bf9222b6060f01dc8f83ca3444aa430f23d08db6dcb02e34 +SHA256 (pam-foreground-compat.ck) = 1d04e519c84963e5af2e7a82397212b5b65aa0055e9834d954ce6888d7a8d035 diff --git a/consolekit/pam-foreground-compat.ck b/consolekit/pam-foreground-compat.ck index 94b68a04d..e6ef49348 100644 --- a/consolekit/pam-foreground-compat.ck +++ b/consolekit/pam-foreground-compat.ck @@ -1,6 +1,6 @@ #!/bin/sh -TAGDIR=/var/run/console +TAGDIR=/run/console [ -n "$CK_SESSION_USER_UID" ] || exit 1 [ "$CK_SESSION_IS_LOCAL" = "true" ] || exit 0
participants (1)
-
crux@crux.nu