<<On Thu, 14 Sep 2000 16:42:00 -0400 (EDT), I wrote:

> It would only take a small amount of Makefile magic to fix
> this... something like:

>       perl -ne 'split(/:/); print ("#define\tUID_", uc($_[0]), "\t", \
>                                    $_[2], "\n");' ${PASSWD} >${.TARGET}

Oh, I forgot to point out -- this would be easy to do in AWK as well.
(Probably easier, actually, but I don't know AWK well enough to
actually implement it.)

-GAWollman



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to