diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-06-25 17:16:33 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-06-25 17:16:33 +0000 |
commit | 1e9e23edea9149dd2b91ff45cff8c7c5e800ee7a (patch) | |
tree | 5e59d053471eec49c6d7f15c3b9672d4ab754bce /x11 | |
parent | 8e46c67fe7641f7dac292be17d64c58fef087cef (diff) | |
download | pkgsrc-1e9e23edea9149dd2b91ff45cff8c7c5e800ee7a.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/Makefile | 3 | ||||
-rwxr-xr-x | x11/gdm/files/gdm.sh | 4 |
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 |