Update the paths to the required_files configuration files for the
move from /usr/X11R6/lib/X11/<app> -> /etc/X11/<app>. Resolves PR [misc/25613] from Jukka Salmi.
This commit is contained in:
parent
896bc924e1
commit
b997a4053a
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: xdm,v 1.6 2000/09/19 13:04:39 lukem Exp $
|
||||
# $NetBSD: xdm,v 1.7 2004/05/17 23:41:27 lukem Exp $
|
||||
#
|
||||
|
||||
# PROVIDE: xdm
|
||||
|
@ -13,7 +13,7 @@ name="xdm"
|
|||
rcvar=$name
|
||||
command="/usr/X11R6/bin/${name}"
|
||||
pidfile="/var/run/${name}.pid"
|
||||
required_files="/usr/X11R6/lib/X11/xdm/xdm-config"
|
||||
required_files="/etc/X11/xdm/xdm-config"
|
||||
extra_commands="reload"
|
||||
|
||||
load_rc_config $name
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: xfs,v 1.6 2002/03/22 04:34:01 thorpej Exp $
|
||||
# $NetBSD: xfs,v 1.7 2004/05/17 23:41:27 lukem Exp $
|
||||
#
|
||||
|
||||
# PROVIDE: xfs
|
||||
|
@ -13,7 +13,7 @@ name="xfs"
|
|||
rcvar=$name
|
||||
command="/usr/X11R6/bin/${name}"
|
||||
command_args="& sleep 2"
|
||||
required_files="/usr/X11R6/lib/X11/fs/config"
|
||||
required_files="/etc/X11/fs/config"
|
||||
extra_commands="reload"
|
||||
|
||||
load_rc_config $name
|
||||
|
|
Loading…
Reference in New Issue