16 Apr
2005
16 Apr
'05
12:18 a.m.
Typically, you'd do: cd / patch --dry-run -p1 < /tmp/imapd.patch
As a note, I found that I had to update my /etc/log.d/logwatch.conf so that it the logging level was at 5 (Medium) in order to get the nicely formatted IMAP and POP output.
-Rich
I get the following when doing a dry run:
[steve@fawkes]~> patch --dry-run imapd imapd.patch patching file imapd patch: **** malformed patch at line 4: # Only give lines pertaining to courier...
But, this is my first attempt to patch something, so maybe i'm doing it wrong?
Steve