--- scripts/xdg-screensaver.orig 2012-09-19 21:04:46.000000000 +0000 +++ scripts/xdg-screensaver 2012-09-19 21:27:48.000000000 +0000 @@ -359,7 +359,9 @@ } # Check if we can use "mv -T" -if mv -T ... ... 2>&1 | grep '\.\.\.' > /dev/null ; then +# FreeBSD mv doesn't support this, so supress scary messages in the terminal +#if mv -T ... ... 2>&1 | grep '\.\.\.' > /dev/null ; then +if false; then # We can securely move files in /tmp with mv -T DEBUG 1 "mv -T available" MV="mv -T"