Add tip(1)'s emulation of cu(1) to tip's manual page.
[dragonfly.git] / etc / rc.d / adjkerntz
1 #!/bin/sh
2 #
3 # $FreeBSD: src/etc/rc.d/adjkerntz,v 1.2 2003/04/18 17:55:05 mtm Exp $
4 # $DragonFly: src/etc/rc.d/adjkerntz,v 1.2 2004/01/26 17:21:15 rob Exp $
5 #
6
7 # PROVIDE: adjkerntz
8 # REQUIRE: diskless mountcritlocal random
9 # BEFORE: netif
10 # KEYWORD: DragonFly 
11
12 . /etc/rc.subr
13
14 name="adjkerntz"
15 start_cmd="adjkerntz -i"
16 stop_cmd=":"
17
18 load_rc_config $name
19 run_rc_command "$1"