Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 1997 21:31:53 -0800 (PST)
From:      Mike Pritchard <mpp>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/chpass Makefile src/usr.bin/passwd Makefile
Message-ID:  <199702260531.VAA15964@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mpp         97/02/25 21:31:53

  Modified:    usr.bin/chpass  Makefile
               usr.bin/passwd  Makefile
  Log:
  If an administrator somehow manages to break the hardlinks
  on chpass & passwd and turn the links into individual files
  with the schg flag set, make install will fail to install all
  of the proper links.
  
  Fixed by removing the schg flag on all of the links before installing.
  
  Closes PR# 2040.
  
  Submitted by:	 Ph. Charnier <charnier@xp11.frmug.org>
  
  Revision  Changes    Path
  1.10      +4 -2      src/usr.bin/chpass/Makefile
  1.24      +5 -3      src/usr.bin/passwd/Makefile



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