Add tip(1)'s emulation of cu(1) to tip's manual page.
[dragonfly.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: src/etc/rc.d/xfs,v 1.2 2002/06/13 22:14:36 gordon Exp $
5 # $DragonFly: src/etc/rc.d/Attic/xfs,v 1.1 2003/07/24 06:35:37 dillon Exp $
6 #
7
8 # PROVIDE: xfs
9 # REQUIRE: mountall cleartmp
10 # BEFORE:  LOGIN
11
12 . /etc/rc.subr
13
14 name="xfs"
15 rcvar=$name
16 command="/usr/X11R6/bin/${name}"
17 command_args="& sleep 2"
18 required_files="/usr/X11R6/lib/X11/fs/config"
19 extra_commands="reload"
20
21 load_rc_config $name
22 run_rc_command "$1"