K 10 svn:author V 3 flo K 8 svn:date V 27 2013-05-04T22:48:03.732294Z K 7 svn:log V 370 Fix installation of ports that rely on cp -n for installing files. r245960 changed cp to exit with a non-zero exit code if the file exists and is not overwritten thus causing ports to fail installing when e.g. trying to cp .default -> .conf files that already exist. We just ignore the error and continue, as we used to. Reported by: jaset Approved by: portmgr (bapt) END