]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/rc.d/lpd
When stopping a chrooted named, unmount the devfs filesystem from
[FreeBSD/FreeBSD.git] / etc / rc.d / lpd
1 #!/bin/sh
2 #
3 # $NetBSD: lpd,v 1.5 2002/03/22 04:33:59 thorpej Exp $
4 # $FreeBSD$
5 #
6
7 # PROVIDE: lpd
8 # REQUIRE: DAEMON
9 # BEFORE:  LOGIN
10
11 . /etc/rc.subr
12
13 name="lpd"
14 rcvar=`set_rcvar`
15 command="/usr/sbin/${name}"
16 required_files="/etc/printcap"
17
18 load_rc_config $name
19 run_rc_command "$1"