summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-06-25 17:16:33 +0000
committerjmmv <jmmv@pkgsrc.org>2006-06-25 17:16:33 +0000
commit09876b6f39f37568ff54dec04b60c99d2f617a8f (patch)
tree5e59d053471eec49c6d7f15c3b9672d4ab754bce /x11
parent0b4bb330315d3719fcafb7fee017f9b5233e64d5 (diff)
downloadpkgsrc-09876b6f39f37568ff54dec04b60c99d2f617a8f.tar.gz
Fix path to the custom.conf configuration file in the rc.d script.
Bump PKGREVISION to 1.
Diffstat (limited to 'x11')
-rw-r--r--x11/gdm/Makefile3
-rwxr-xr-xx11/gdm/files/gdm.sh4
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index a4cc98813aa..c528b5f3814 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.113 2006/05/05 10:40:11 drochner Exp $
+# $NetBSD: Makefile,v 1.114 2006/06/25 17:16:33 jmmv Exp $
#
DISTNAME= gdm-2.14.5
+PKGREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdm/2.14/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/gdm/files/gdm.sh b/x11/gdm/files/gdm.sh
index a4f7e395d4a..68088a36493 100755
--- a/x11/gdm/files/gdm.sh
+++ b/x11/gdm/files/gdm.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: gdm.sh,v 1.4 2006/03/30 21:25:48 jmmv Exp $
+# $NetBSD: gdm.sh,v 1.5 2006/06/25 17:16:33 jmmv Exp $
#
# PROVIDE: gdm
@@ -16,7 +16,7 @@ rcvar=${name}
command="@PREFIX@/sbin/${name}"
pidfile="/var/run/${name}.pid"
procname="@PREFIX@/sbin/gdm-binary"
-required_files="@PKG_SYSCONFDIR@/gdm/custom.conf"
+required_files="@PKG_SYSCONFDIR@/custom.conf"
extra_commands="reload"
if [ -f /etc/rc.subr ]; then