Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 1996 09:34:24 +0100 (MET)
From:      Andre Albsmeier <Andre.Albsmeier@mchp.siemens.de>
To:        freebsd-current@freebsd.org
Subject:   Bug in revnetgroup
Message-ID:  <199612050834.JAA04913@server.us.tld>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612050834.JAA04913>