From owner-freebsd-audit Sun Mar 10 18:38: 5 2002 Delivered-To: freebsd-audit@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.22.40]) by hub.freebsd.org (Postfix) with ESMTP id 90EB737B439 for ; Sun, 10 Mar 2002 18:37:52 -0800 (PST) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.12.1/8.12.1) with ESMTP id g2B2booX053272; Sun, 10 Mar 2002 21:37:51 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: References: Date: Sun, 10 Mar 2002 21:37:49 -0500 To: freebsd-print@bostonradio.org From: Garance A Drosihn Subject: Re: The group for /var/run/printer Cc: freebsd-audit@FreeBSD.ORG Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: MIMEDefang 2.3 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 9:25 PM -0500 3/10/02, Garance A Drosihn wrote: > >Well, here's an initial cut at my idea. [..etc..] Down in the patch: > argc -= optind; > argv += optind; >+ if ((lpd_uid4grp != NULL_UID) && (lpd_gid != NULL_GID)) { Sigh. This line is supposed to be: + if ((lpd_uid4grp != NULL_UID) && (lpd_gid == NULL_GID)) { -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message