Date: Sun, 10 Mar 2002 21:37:49 -0500 From: Garance A Drosihn <drosih@rpi.edu> To: freebsd-print@bostonradio.org Cc: freebsd-audit@FreeBSD.ORG Subject: Re: The group for /var/run/printer Message-ID: <p0510153eb8b1c84acb1c@[128.113.24.47]> In-Reply-To: <p0510153db8b1c2cf8237@[128.113.24.47]> References: <p05101503b8aa09917075@[128.113.24.47]> <p0510153db8b1c2cf8237@[128.113.24.47]>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p0510153eb8b1c84acb1c>