From owner-freebsd-current Thu Dec 5 00:34:32 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.8.3/8.7.3) id AAA21679 for current-outgoing; Thu, 5 Dec 1996 00:34:32 -0800 (PST) Received: from david.siemens.de (david.siemens.de [146.254.1.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA21674 for ; Thu, 5 Dec 1996 00:34:30 -0800 (PST) Received: from salomon.mchp.siemens.de (salomon.mchp.siemens.de [139.23.33.13]) by david.siemens.de (8.8.3/8.8.0) with ESMTP id JAA10427 for ; Thu, 5 Dec 1996 09:30:44 +0100 (MET) Received: from curry.zfe.siemens.de (root@curry.zfe.siemens.de [146.180.31.23]) by salomon.mchp.siemens.de (8.8.2/8.8.0) with ESMTP id JAA29131 for ; Thu, 5 Dec 1996 09:34:26 +0100 (MET) Received: from server.us.tld (server.us.tld [192.168.16.33]) by curry.zfe.siemens.de (8.8.3/8.8.3) with ESMTP id JAA29191 for ; Thu, 5 Dec 1996 09:34:24 +0100 (MET) Received: (from andre@localhost) by server.us.tld (8.8.3/8.8.3) id JAA04913 for freebsd-current@freebsd.org; Thu, 5 Dec 1996 09:34:24 +0100 (MET) From: Andre Albsmeier Message-Id: <199612050834.JAA04913@server.us.tld> Subject: Bug in revnetgroup To: freebsd-current@freebsd.org Date: Thu, 5 Dec 1996 09:34:24 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, running 2.2-ALPHA there appears to be a problem with revnetgroup: Assuming the following netgroup file is correct: GOOD_GROUP (host1,,) (host2,,) (host3,,) BAD_GROUP (host4,,) (host5,,) \ (host6,,) the command revnetgroup -h -f netgroupfile produces the following output: host1.* GOOD_GROUP host2.* GOOD_GROUP host3.* GOOD_GROUP host4.* BAD_GROUP,BAD_GROUP host5.* BAD_GROUP,BAD_GROUP In netgroup(5) we read the trailing '\' is allowed, which is IMHO good to increase readability. Now, what do you think: fixing revnetgroup or fixing the manpage netgroup(5). Thanks Andre