View | Details | Raw Unified | Return to bug 148235
Collapse All | Expand All

(-)./scripts/xdg-screensaver (-1 / +3 lines)
Lines 355-361 Link Here
355
}
355
}
356
356
357
# Check if we can use "mv -T" 
357
# Check if we can use "mv -T" 
358
if mv -T ... ... 2>&1 | grep '\.\.\.' > /dev/null ; then
358
# FreeBSD cannot, so supress scary messages in the terminal
359
#if mv -T ... ... 2>&1 | grep '\.\.\.' > /dev/null ; then
360
if false ; then
359
   # We can securely move files in /tmp with mv -T
361
   # We can securely move files in /tmp with mv -T
360
   DEBUG 1 "mv -T available"
362
   DEBUG 1 "mv -T available"
361
   MV="mv -T"
363
   MV="mv -T"

Return to bug 148235