#!/bin/sh #cd /usr/local/src/exim/exim #git pull #git checkout exim-4.94.2+fixes #git show 348973434e549417db769a090b695f37f80ce2a0 > Avoid-using-CLOCK_MONOTONIC-for-received_time.--Bug-2615.diff cat Avoid-using-CLOCK_MONOTONIC-for-received_time.--Bug-2615.diff | perl -p -e 's/^((--- )a\/|(\+\+\+ )b\/)doc\/doc-txt\//${2}${3}doc\//; s/^((--- )a\/|(\+\+\+ )b\/)src\/src\//${2}${3}src\//;' > 73_07-Avoid-using-CLOCK_MONOTONIC-for-received_time.--Bug-2615.patch