Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Mar 2001 12:45:22 -0800 (PST)
From:      "Andrey A. Chernov" <ache@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/mount_nfs mount_nfs.c
Message-ID:  <200103312045.f2VKjMb57717@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ache        2001/03/31 12:45:22 PST

  Modified files:
    sbin/mount_nfs       mount_nfs.c 
  Log:
  - Back out the last (wrong) commit, and readd a modified version
    of pingnfsserver(). The pingnfsport() function is now called everytime.
    If we don't get RPC_SUCCESS or RPC_PROGVERSMISMATCH back, there's
    something wrong with the NFS server and we just exit.
  
  - Fix cfs mount on IPv4-only machines
  
  - Fixed the looping when we did not run background mode.
  
  - Fixed a getnameinfo() call with uninitialized adress.
    This is a NetBSD bug I didn't notified :-( Thanks Ian !
  
  - Added some #ifdef NFSKERB
  
  - Removed some unused variables.
  
  - Fixed idention
  
  - Remove unnecessary ":" in openlog ident
  
  Submitted by:	Martin Blapp <mb@imp.ch>
  Reviewed by:	Ian Dowse <iedowse@maths.tcd.ie>
  
  Revision  Changes    Path
  1.40      +163 -85   src/sbin/mount_nfs/mount_nfs.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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