diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-07 18:27:07 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-07 18:27:07 +0000 |
commit | 06d6c7767612dd7a3ad4bcf3d172e26455a265b1 (patch) | |
tree | 98827fc9f6c0a357a0d5f02db985e7fee8c53cca | |
parent | cd33caea593a41240ba228f9036e3e7fd8e2e5cc (diff) | |
download | pkgsrc-06d6c7767612dd7a3ad4bcf3d172e26455a265b1.tar.gz |
Fix path to wdm-config.
-rw-r--r-- | x11/wdm/files/wdm.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |