From owner-freebsd-current Mon Jun 28 2:38:32 1999 Delivered-To: freebsd-current@freebsd.org Received: from dfw-ix14.ix.netcom.com (dfw-ix14.ix.netcom.com [206.214.98.14]) by hub.freebsd.org (Postfix) with ESMTP id 116D015408 for ; Mon, 28 Jun 1999 02:38:29 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix14.ix.netcom.com (8.8.4/8.8.4) id EAA22924; Mon, 28 Jun 1999 04:38:27 -0500 (CDT) Received: from sji-ca44-84.ix.netcom.com(209.111.212.212) by dfw-ix14.ix.netcom.com via smap (V1.3) id rma022911; Mon Jun 28 04:37:55 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id CAA51900; Mon, 28 Jun 1999 02:37:50 -0700 (PDT) Date: Mon, 28 Jun 1999 02:37:50 -0700 (PDT) Message-Id: <199906280937.CAA51900@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: obrien@NUXI.com Cc: current@freebsd.org In-reply-to: <19990627201956.A1998@dragon.nuxi.com> (obrien@NUXI.com) Subject: Re: **HEADS UP** newsyslog.conf syntax change From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <19990627201956.A1998@dragon.nuxi.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * From: "David O'Brien" * * On your next ``make world'', you will need to change any "user.group" * specifications in /etc/newsyslog.conf to "user:group". This is not the right way to do it. === - if ((group = strchr(q, '.')) != NULL) { + if ((group = strchr(q, ':')) != NULL) { === Please first change it to accept both syntaxes, with a warning in the manpage that the old one will go away in the future. Then remove the old syntax after a few months. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message