Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 1996 09:45:45 +0100 (MET)
From:      Andre.Albsmeier@curry.zfe.siemens.de
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/2193: revnetgroup fails with trailing \
Message-ID:  <199612110845.JAA22892@server.us.tld>
Resent-Message-ID: <199612110850.AAA27145@freefall.freebsd.org>

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

>Number:         2193
>Category:       bin
>Synopsis:       revnetgroup fails with trailing \
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 11 00:50:02 PST 1996
>Last-Modified:
>Originator:     Andre Albsmeier
>Organization:
>Release:        FreeBSD 2.2-RELEASE i386
>Environment:

FreeBSD-2.2, several machines

>Description:

revnetgroup ignores trailing \ in the netgroup file.

>How-To-Repeat:

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


>Fix:
	
>Audit-Trail:
>Unformatted:



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