2000-03-10 14:53:23 +03:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2004-05-18 03:41:27 +04:00
|
|
|
# $NetBSD: xfs,v 1.7 2004/05/17 23:41:27 lukem Exp $
|
2000-03-10 14:53:23 +03:00
|
|
|
#
|
|
|
|
|
|
|
|
# PROVIDE: xfs
|
2000-11-09 03:05:31 +03:00
|
|
|
# REQUIRE: mountall cleartmp
|
2002-03-22 07:33:57 +03:00
|
|
|
# BEFORE: LOGIN
|
2000-03-10 14:53:23 +03:00
|
|
|
|
|
|
|
. /etc/rc.subr
|
|
|
|
|
|
|
|
name="xfs"
|
2000-09-19 17:04:38 +04:00
|
|
|
rcvar=$name
|
2000-03-10 14:53:23 +03:00
|
|
|
command="/usr/X11R6/bin/${name}"
|
|
|
|
command_args="& sleep 2"
|
2004-05-18 03:41:27 +04:00
|
|
|
required_files="/etc/X11/fs/config"
|
2000-04-30 17:23:04 +04:00
|
|
|
extra_commands="reload"
|
2000-03-10 14:53:23 +03:00
|
|
|
|
2000-05-13 12:45:06 +04:00
|
|
|
load_rc_config $name
|
2000-04-30 17:23:04 +04:00
|
|
|
run_rc_command "$1"
|