Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/rc.d Update the paths to the required_files configuratio...
details: https://anonhg.NetBSD.org/src/rev/8f070877db08
branches: trunk
changeset: 566701:8f070877db08
user: lukem <lukem%NetBSD.org@localhost>
date: Mon May 17 23:41:27 2004 +0000
description:
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.
diffstat:
etc/rc.d/xdm | 4 ++--
etc/rc.d/xfs | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (40 lines):
diff -r 2afd0731c518 -r 8f070877db08 etc/rc.d/xdm
--- a/etc/rc.d/xdm Mon May 17 22:00:47 2004 +0000
+++ b/etc/rc.d/xdm Mon May 17 23:41:27 2004 +0000
@@ -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 @@
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
diff -r 2afd0731c518 -r 8f070877db08 etc/rc.d/xfs
--- a/etc/rc.d/xfs Mon May 17 22:00:47 2004 +0000
+++ b/etc/rc.d/xfs Mon May 17 23:41:27 2004 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index