From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 11 15:30:27 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 931DA16A4CE for ; Fri, 11 Feb 2005 15:30:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 625FA43D45 for ; Fri, 11 Feb 2005 15:30:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j1BFUR4P023884 for ; Fri, 11 Feb 2005 15:30:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j1BFUR2N023882; Fri, 11 Feb 2005 15:30:27 GMT (envelope-from gnats) Date: Fri, 11 Feb 2005 15:30:27 GMT Message-Id: <200502111530.j1BFUR2N023882@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brooks Davis Subject: Re: conf/77386: let /etc/rc.d/var create spool dirs for lpd X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brooks Davis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 15:30:27 -0000 The following reply was made to PR conf/77386; it has been noted by GNATS. From: Brooks Davis To: Ralf Wenk Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: conf/77386: let /etc/rc.d/var create spool dirs for lpd Date: Fri, 11 Feb 2005 07:24:11 -0800 Please send the patch. :-) Actually, I believe you can defer creation until /etc/rc.d/lpr actualy runs. You don't really need the directories until then and if you've got /usr/sbin/lpr you should have other deps. -- Brooks