NetBSD hint update
authorGiles Lean <giles@nemeton.com.au>
Mon, 5 May 1997 13:46:37 +0000 (23:46 +1000)
committerChip Salzenberg <chip@atlantic.net>
Wed, 7 May 1997 12:00:00 +0000 (00:00 +1200)
commit229e211d257ba41610a1ec7a44c71df962201eb5
tree14df61c6478b5b1faa5bde187a50f4c886f2bff2
parent879742f685c2774bddf646722e69236d1357a983
NetBSD hint update

There is a missing character in hints/netbsd.sh.

Line 51
case "$osver" in

should be
case "$osvers" in

Missing this case leads to the functions

setregid()
setreuid()
setrgid()
setruid()

being used, leading to a security problem on all released versions
of NetBSD.

p5p-msgid: 199705051346.XAA13584@topaz.nemeton.com.au
hints/netbsd.sh