summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-05-01 11:14:41 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-05-01 11:14:41 +0000
commita0027969cb525149910cd4e4affda6ff7bb3dc46 (patch)
treed057688daf50590291e07c12868a3158e8bee7e5 /x11
parentdc3160c480da39b5dc7377e135ce497624e995f7 (diff)
downloadpkgsrc-a0027969cb525149910cd4e4affda6ff7bb3dc46.tar.gz
Fix $pidfile, this should be "kdm.pid" not "xdm.pid".
Diffstat (limited to 'x11')
-rw-r--r--x11/kdebase3/files/kdm.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdebase3/files/kdm.sh b/x11/kdebase3/files/kdm.sh
index fe3c00869d9..a134298a592 100644
--- a/x11/kdebase3/files/kdm.sh
+++ b/x11/kdebase3/files/kdm.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: kdm.sh,v 1.1 2004/01/15 10:15:14 markd Exp $
+# $NetBSD: kdm.sh,v 1.2 2004/05/01 11:14:41 xtraeme Exp $
#
# PROVIDE: kdm
@@ -14,7 +14,7 @@ fi
name="kdm"
rcvar=$name
command="@PREFIX@/bin/${name}"
-pidfile="/var/run/xdm.pid"
+pidfile="/var/run/kdm.pid"
required_files="@PREFIX@/share/kde/config/kdm/kdmrc"
if [ -f /etc/rc.subr ]; then