Add tip(1)'s emulation of cu(1) to tip's manual page.
[dragonfly.git] / etc / rc.d / xdm
1 #!/bin/sh
2 #
3 # $NetBSD: xdm,v 1.5 2000/07/17 15:24:48 lukem Exp $
4 # $DragonFly: src/etc/rc.d/Attic/xdm,v 1.1 2003/07/24 06:35:37 dillon Exp $
5 #
6
7 # PROVIDE: xdm
8 # REQUIRE: DAEMON LOGIN wscons
9 # KEYWORD: shutdown
10
11 . /etc/rc.subr
12
13 name="xdm"
14 rcvar=$name
15 command="/usr/X11R6/bin/${name}"
16 pidfile="/var/run/${name}.pid"
17 required_files="/usr/X11R6/lib/X11/xdm/xdm-config"
18 extra_commands="reload"
19
20 load_rc_config $name
21 run_rc_command "$1"