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

/freebsd-9.3-release/usr.sbin/mergemaster/
H A Dmergemaster.shdiff 200425 Sat Dec 12 00:35:13 MST 2009 dougb Over time things that used to be files/directories/links can change
to something else. So add code to detect when things don't match and
give the user choices about how to fix it.

If we're using -P and something in the above check needs to be moved
we need to have the directory there for it, so create it at the
beginning and delete empty versions of it at the end.

The case where something used to be a file or link and now is supposed
to be a directory (e.g., /etc/security) is especially dangerous, so
make failure to install a necessary directory in $DESTDIR a fatal error.

Completed in 103 milliseconds