Searched hist:40227 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/cvs/src/
H A Dclient.cdiff 99583 Mon Jul 08 08:05:26 MDT 2002 fenner Always upload new files, even if the timestamps match. This is a workaround
for the trouble that DES and I had with MFCs: when "cvs update -jfoo -jbar"
creates a new file, it sets the version to 0 ("new") but sets the timestamp
in the Entries file to the timestamp of the file that's new on the branch.
The CVS client doesn't upload files whose timestamps match with the Entries
file, so these new files don't get uploaded to the server and the server
fails when trying to check them in.

PR: bin/40227
Approved by: peter
MFC after: 2 weeks
/freebsd-9.3-release/lib/libtelnet/
H A DMakefilediff 40227 Sun Oct 11 14:33:02 MDT 1998 bde Fixed removing of obsolete shared libraries:
- the directory was wrong if ${SHLIBDIR} != ${LIBDIR}. It's still wrong
if the installation of the obsolete library was done before /aout was
appended to LIBDIR.
- the version would have become wrong when the default in ../Makefile.inc
is changed from 2.0.
- the comment mostly described moving of libraries to /usr/lib/compat, but
we don't do that.

Completed in 106 milliseconds