]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/rc.d/xfs
Add an rc script for powerd(8).
[FreeBSD/FreeBSD.git] / etc / rc.d / xfs
1 #!/bin/sh
2 #
3 # $NetBSD: xfs,v 1.6 2002/03/22 04:34:01 thorpej Exp $
4 # $FreeBSD$
5 #
6
7 # PROVIDE: xfs
8 # REQUIRE: mountall cleartmp
9 # BEFORE:  LOGIN
10
11 . /etc/rc.subr
12
13 name="xfs"
14 rcvar=$name
15 command="/usr/X11R6/bin/${name}"
16 command_args="& sleep 2"
17 required_files="/usr/X11R6/lib/X11/fs/config"
18 extra_commands="reload"
19
20 load_rc_config $name
21 run_rc_command "$1"