[2362] in testers
Re: /bin/netstat
daemon@ATHENA.MIT.EDU (cfields@Athena.MIT.EDU)
Fri Aug 13 11:57:20 1993
From: cfields@Athena.MIT.EDU
Date: Fri, 13 Aug 93 11:56:59 EDT
To: tlyu@Athena.MIT.EDU
Cc: testers@Athena.MIT.EDU
That fact that it is correct in 7.4 appears to be a hand tweak, i.e. not
handled correctly in the pack install. This is why it's broken in 7.6.
Will be fixed in the next release, and in the install procedure.
In case you hadn't noticed, /bin/netstat is a duplicate of
/usr/ucb/netstat. A cp -p fails to preserve the gid, so an explicit
chgrp is required after the copy, but missing.
Craig