From 09876b6f39f37568ff54dec04b60c99d2f617a8f Mon Sep 17 00:00:00 2001 From: jmmv Date: Sun, 25 Jun 2006 17:16:33 +0000 Subject: Fix path to the custom.conf configuration file in the rc.d script. Bump PKGREVISION to 1. --- x11/gdm/Makefile | 3 ++- x11/gdm/files/gdm.sh | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'x11/gdm') 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 -- cgit v1.2.3