Add tip(1)'s emulation of cu(1) to tip's manual page.
[dragonfly.git] / etc / rc.d / gated
1 #!/bin/sh
2 #
3 # $NetBSD: gated,v 1.3 2000/05/13 08:45:06 lukem Exp $
4 # $DragonFly: src/etc/rc.d/Attic/gated,v 1.1 2003/07/24 06:35:37 dillon Exp $
5 #
6
7 # PROVIDE: gated
8 # REQUIRE: DAEMON
9
10 . /etc/rc.subr
11
12 name="gated"
13 rcvar=$name
14 command="/usr/sbin/${name}"
15 pidfile="/var/run/${name}.pid"
16 required_files="/etc/${name}.conf"
17
18 load_rc_config $name
19 run_rc_command "$1"