Release of 2.0.7 due soon.

David Bonner dbonner at cs.bu.edu
Fri Apr 7 03:27:28 GMT 2000


On Fri, Apr 07, 2000 at 10:34:57AM +1000, Jeremy Allison wrote:
> 	2.0.7 looks ready to roll, code-wise. The remaining things
> are to check the utmp pre3 patch to see if it works (I
> still need feedback on that) and for the binary package
> maintainers to fix the packaging scripts.

Had to make two changes to get it to compile on my Slackware 7.0
system.  Diff is below.  Both w and who worked fine, but last
didn't show anything.  If you need me to, I can poke around and
try to come up with exactly what needs changing.

364c364
<       u->ut_time = timeval;
---
>       u->ut_tv = timeval;
369c369
<               pstrcpy(ut.ut_host, host);
---
>               pstrcpy(u->ut_host, host);

-- 
david bonner
dbonner at cs.bu.edu


More information about the samba-technical mailing list