diff options
author | markd <markd@pkgsrc.org> | 2004-05-31 12:21:06 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-05-31 12:21:06 +0000 |
commit | 63762907945de691921f0069f3d4882c02528898 (patch) | |
tree | 9b88653fc7dac14c0483e8176dfb779cf374695f /x11/kdebase3/files | |
parent | 604550e62f526a8c3c882fd4efa277a1785b7606 (diff) | |
download | pkgsrc-63762907945de691921f0069f3d4882c02528898.tar.gz |
Add PKG_SYSCONFDIR support for kdm. Bump PKGREVISION.
Closes PR pkg/24844
Diffstat (limited to 'x11/kdebase3/files')
-rw-r--r-- | x11/kdebase3/files/kdm.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/kdebase3/files/kdm.sh b/x11/kdebase3/files/kdm.sh index a134298a592..47abab7cb6a 100644 --- a/x11/kdebase3/files/kdm.sh +++ b/x11/kdebase3/files/kdm.sh @@ -1,6 +1,6 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: kdm.sh,v 1.2 2004/05/01 11:14:41 xtraeme Exp $ +# $NetBSD: kdm.sh,v 1.3 2004/05/31 12:21:06 markd Exp $ # # PROVIDE: kdm @@ -15,7 +15,8 @@ name="kdm" rcvar=$name command="@PREFIX@/bin/${name}" pidfile="/var/run/kdm.pid" -required_files="@PREFIX@/share/kde/config/kdm/kdmrc" +required_files="@PKG_SYSCONFDIR@/kdm/kdmrc" +command_args="-config ${required_files}" if [ -f /etc/rc.subr ]; then load_rc_config $name |