doc/share
Wolfram Schneider 9c93d11e18 we need to delete the target symlink first before we can create it
This solved the issue with symlinks to directories.  The semantic
of `ln -fs' is special if you run it for directories twice, e.g.

mkdir from
ln -sf from to
find . -name from -or -name to
./to
./from

now run it again
ln -sf from to

find . -name from -or -name to
./to
./from
./from/from

ls -l from
total 1
lrwxrwxr-x  1 wosch  devel  4 Oct  6 13:54 from -> from

PR: 222737
2017-10-07 09:03:10 +00:00
..
examples Skip lines starting with a comment or whitespace. 2017-05-25 15:54:03 +00:00
images Update the disk organization section of the very old Basics chapter. 2015-10-27 02:43:23 +00:00
misc show filename in error message 2017-09-13 09:02:06 +00:00
mk we need to delete the target symlink first before we can create it 2017-10-07 09:03:10 +00:00
openoffice - Encoding names should be IANA names and in lower case 2012-09-22 20:09:08 +00:00
pgpkeys the creation of pgpkeyring.txt must be atomar 2017-10-06 14:22:45 +00:00
security Add SA-17:06, EN-17:07 and EN-17:08. 2017-08-10 07:14:48 +00:00
tools Import a regression test script for the build of www.freebsd.org 2017-10-06 09:36:06 +00:00
xml 10.4-RELEASE is out, update rel2.current. 2017-10-03 17:44:39 +00:00
Makefile - Move the PGP keyring generation to the language-independent share directory 2014-03-07 12:23:51 +00:00