summaryrefslogtreecommitdiff
path: root/x11/gdm/files
diff options
context:
space:
mode:
authorjmmv <jmmv>2006-06-25 17:16:33 +0000
committerjmmv <jmmv>2006-06-25 17:16:33 +0000
commite3fb81c3412da8497e8289cbddbd9ef0cf80d5ed (patch)
tree5e59d053471eec49c6d7f15c3b9672d4ab754bce /x11/gdm/files
parenta1d3d662c2921f9b2e32f27916d723f72b2dae3e (diff)
downloadpkgsrc-e3fb81c3412da8497e8289cbddbd9ef0cf80d5ed.tar.gz
Fix path to the custom.conf configuration file in the rc.d script.
Bump PKGREVISION to 1.
Diffstat (limited to 'x11/gdm/files')
-rwxr-xr-xx11/gdm/files/gdm.sh4
1 files changed, 2 insertions, 2 deletions
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