From owner-freebsd-current Thu Sep 14 13:54: 2 2000 Delivered-To: freebsd-current@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 025D637B43C for ; Thu, 14 Sep 2000 13:54:01 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id QAA15413; Thu, 14 Sep 2000 16:53:54 -0400 (EDT) (envelope-from wollman) Date: Thu, 14 Sep 2000 16:53:54 -0400 (EDT) From: Garrett Wollman Message-Id: <200009142053.QAA15413@khavrinen.lcs.mit.edu> To: Warner Losh Cc: current@FreeBSD.ORG Subject: Re: SMPNG kernel on UP In-Reply-To: <200009142042.QAA15287@khavrinen.lcs.mit.edu> References: <200009141941.MAA86101@pike.osd.bsdi.com> <200009141946.NAA98535@harmony.village.org> <200009142042.QAA15287@khavrinen.lcs.mit.edu> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message