Re-include a link to the first pre-release diff.
[rsync-web.git] / rsync-debug
index 2d8869fbfb453a0010a5dca030c7be3ba442a6af..4c54c0011c4a3d2c7e44c076e9cbc3bfedc6d5f0 100644 (file)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
-ulimit -c 9999999
+ulimit -c unlimited
 
-# Some systems have "truss" instead of "strace".
+# Some systems have "truss" or "tusc" instead of "strace".
+# The -f option tells strace to follow children too.
 strace -f rsync "${@}" 2>/tmp/rsync-$$.out