1 #!/bin/sh 2 # 3 # $NetBSD: xfs.in,v 1.1 2008/12/05 18:55:22 cube Exp $ 4 # 5 6 # PROVIDE: xfs 7 # REQUIRE: mountall cleartmp 8 # BEFORE: LOGIN 9 10 $_rc_subr_loaded . /etc/rc.subr 11 12 name="xfs" 13 rcvar=$name 14 command="@X11ROOTDIR@/bin/${name}" 15 command_args="& sleep 2" 16 required_files="/etc/X11/fs/config" 17 extra_commands="reload" 18 19 load_rc_config $name 20 run_rc_command "$1" 21