Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 1996 07:34:45 -0800 (PST)
From:      Bill Paul <wpaul>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/chpass pw_yp.c
Message-ID:  <199603041534.HAA08318@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       96/03/04 07:34:44

  Modified:    usr.bin/chpass  pw_yp.c
  Log:
  Fix small bug in get_yp_master(): this function is used to look for
  a master server and initialize the suser_override flag, but in a non-NIS
  environment is should be smart enough to just leave the flag cleared
  and return (unless forced with a command-line argument like -y).
  Otherwise, it will return an NIS-related error even if NIS isn't
  turned on.
  
  Pointed out by: ache
  
  Revision  Changes    Path
  1.4       +13 -1     src/usr.bin/chpass/pw_yp.c



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