From f5412c270e9a0b3a3f742ba3a7d6c8faf412449d Mon Sep 17 00:00:00 2001 From: jmmv Date: Wed, 7 May 2003 18:27:07 +0000 Subject: Fix path to wdm-config. --- x11/wdm/files/wdm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11') diff --git a/x11/wdm/files/wdm.sh b/x11/wdm/files/wdm.sh index 3c1a079be6a..ff578a74f11 100644 --- a/x11/wdm/files/wdm.sh +++ b/x11/wdm/files/wdm.sh @@ -1,6 +1,6 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: wdm.sh,v 1.1 2003/02/23 17:33:31 salo Exp $ +# $NetBSD: wdm.sh,v 1.2 2003/05/07 18:27:07 jmmv Exp $ # # PROVIDE: wdm @@ -13,7 +13,7 @@ name="wdm" rcvar=$name command="@PREFIX@/bin/${name}" pidfile="/var/run/${name}.pid" -required_files="@PREFIX@/lib/X11/wdm/wdm-config" +required_files="@PKG_SYSCONFDIR@/wdm-config" extra_commands="reload" load_rc_config $name -- cgit v1.2.3