summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackware.com>2014-12-11 02:09:40 -0600
committerRobby Workman <rworkman@slackbuilds.org>2014-12-11 02:09:40 -0600
commite4bc312cc5a5363ccf887475d187e5fbc07e0ad2 (patch)
tree28a0b9524234644353b0be4f6f3818bd23441f54 /tools
parent80543593f10b28531c7d7207c82f64dd8ea78590 (diff)
downloadConsoleKit2-e4bc312cc5a5363ccf887475d187e5fbc07e0ad2.tar.gz
Fixup a couple of missed hardcoded /var/run/ usages
Diffstat (limited to 'tools')
-rwxr-xr-xtools/pam-foreground-compat.ck.in (renamed from tools/pam-foreground-compat.ck)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pam-foreground-compat.ck b/tools/pam-foreground-compat.ck.in
index ce221c9..67ca844 100755
--- a/tools/pam-foreground-compat.ck
+++ b/tools/pam-foreground-compat.ck.in
@@ -1,5 +1,5 @@
#!/bin/sh
-TAGDIR=/var/run/console
+TAGDIR=@RUNDIR@/console
[ -n "$CK_SESSION_USER_UID" ] || exit 1
[ "$CK_SESSION_IS_LOCAL" = "true" ] || exit 0