Path: utzoo!attcan!uunet!munnari!moncskermit!goanna!yabbie!rcodi From: rcodi@yabbie.rmit.oz (Ian Donaldson) Newsgroups: comp.bugs.4bsd Subject: Re: getgrnam(3) bug Message-ID: <777@yabbie.rmit.oz> Date: 26 May 88 00:57:04 GMT References: <123000002@ishmael> Organization: RMIT Comm & Elec Eng, Melbourne, Australia. Lines: 20 From article <123000002@ishmael>, by cball@ishmael: >>/* ---------- "getgrnam(3) bug" ---------- */ >> testgroup:*:1234:somebodyelse >> testgroup:*:1234:myself > > This proposed format significantly changes the semantics of the group file. > A more natural extension would be the use of a line continuation character. > I suggest the following: > > testgroup:*:1234:somebody,somebodyelse,\ > myself,yourself Whilst this sounds a good idea initially, I suspect it would break more code than its worth. How many of you use "cut -d: -f1 /etc/group | something" ... I suspect a lot of maintenance scripts out there would break instantly. Ian D