summaryrefslogtreecommitdiff
path: root/gdm-stop.in
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2002-08-28 01:33:07 +0000
committerGeorge Lebl <jirka@src.gnome.org>2002-08-28 01:33:07 +0000
commit376362ad673f994e71cea634b6de7e7fb1fcdff3 (patch)
treea892404e4078052897210d70e311d67e29b11f2b /gdm-stop.in
parentd68d282f6c78371d139b410ddf582185d3e42329 (diff)
downloadgdm-376362ad673f994e71cea634b6de7e7fb1fcdff3.tar.gz
use the expanded version of the sysconf prefix to fix installation into
Tue Aug 27 18:40:11 2002 George Lebl <jirka@5z.com> * gdm-safe-restart.in, gdm-restart.in, gdm-stop.in: use the expanded version of the sysconf prefix to fix installation into weird prefixes
Diffstat (limited to 'gdm-stop.in')
-rwxr-xr-xgdm-stop.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdm-stop.in b/gdm-stop.in
index 0474c0ff..2a842ee5 100755
--- a/gdm-stop.in
+++ b/gdm-stop.in
@@ -1,5 +1,5 @@
#!/bin/sh
-PIDFILE=`grep '^PidFile=' @sysconfdir@/gdm/gdm.conf | sed -e 's/^PidFile=//'`
+PIDFILE=`grep '^PidFile=' @EXPANDED_SYSCONFDIR@/gdm/gdm.conf | sed -e 's/^PidFile=//'`
if test x$PIDFILE = x ; then
echo "Can't find the PID file in the configuration file, going to try:"
echo "/var/run/gdm.pid"