]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Mention when we run fakeroot.
authorWayne Davison <wayned@samba.org>
Fri, 18 Mar 2005 02:10:34 +0000 (02:10 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 18 Mar 2005 02:10:34 +0000 (02:10 +0000)
testsuite/chown.test
testsuite/devices.test

index 8f3a3e089b38a7028537bf9706a16abddaebd580..90af529e21dfbd62093b968491143783d523d3be 100644 (file)
@@ -19,6 +19,7 @@ case `id -u` in
 '') ;; # If "id" failed, try to continue...
 0)  ;;
 *)  if [ -f /usr/bin/fakeroot ]; then
+       echo "Let's try re-running the script under fakeroot..."
        exec /usr/bin/fakeroot /bin/sh "$0"
     fi
     ;;
index 4401572e4254b99fdff42470dc428fd70bdbe1e1..2a6c8a85ba08f31b9c764f034619876116167b7d 100644 (file)
@@ -15,6 +15,7 @@ case `id -u` in
 '') ;; # If "id" failed, try to continue...
 0)  ;;
 *)  if [ -f /usr/bin/fakeroot ]; then
+       echo "Let's try re-running the script under fakeroot..."
        exec /usr/bin/fakeroot /bin/sh "$0"
     fi
     test_skipped "Rsync won't copy devices unless we're root"