]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/rc.d/poffd
When stopping a chrooted named, unmount the devfs filesystem from
[FreeBSD/FreeBSD.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$
5 #
6
7 # PROVIDE: poffd
8 # REQUIRE: DAEMON
9
10 . /etc/rc.subr
11
12 name="poffd"
13 rcvar=$name
14 command="/usr/sbin/${name}"
15 start_precmd="test -c /dev/pow0"
16
17 load_rc_config $name
18 run_rc_command "$1"