We don't have lkm, use aftermountlkm instead.
[dragonfly.git] / etc / rc.d / poffd
1 #!/bin/sh
2 #
3 # $NetBSD: poffd,v 1.1 2001/01/14 15:37:22 minoura Exp $
4 # $FreeBSD: src/etc/rc.d/poffd,v 1.2 2002/06/13 22:14:36 gordon Exp $
5 # $DragonFly: src/etc/rc.d/Attic/poffd,v 1.1 2003/07/24 06:35:37 dillon Exp $
6 #
7
8 # PROVIDE: poffd
9 # REQUIRE: DAEMON
10
11 . /etc/rc.subr
12
13 name="poffd"
14 rcvar=$name
15 command="/usr/sbin/${name}"
16 start_precmd="test -c /dev/pow0"
17
18 load_rc_config $name
19 run_rc_command "$1"