Rev 10 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10 | Rev 13 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #! /bin/sh /usr/share/dpatch/dpatch-run |
1 | #! /bin/sh /usr/share/dpatch/dpatch-run |
2 | ## 20_bad_test.dpatch by <magnus@proffe.kibibyte.se> |
2 | ## 20_bad_test.dpatch by Magnus Holmgren <magnus@kibibyte.se> |
3 | ## |
3 | ## |
4 | ## All lines beginning with `## DP:' are a description of the patch. |
4 | ## All lines beginning with `## DP:' are a description of the patch. |
- | 5 | ## DP: Change pfnPolicyCallback to pfnPracticesCallback in test |
|
5 | ## DP: No description. |
6 | ## DP: program. |
6 | 7 | ||
7 | @DPATCH@ |
8 | @DPATCH@ |
8 | diff -urNad trunk~/src/libdkimtest.cpp trunk/src/libdkimtest.cpp |
9 | diff -urNad trunk~/src/libdkimtest.cpp trunk/src/libdkimtest.cpp |
9 | --- trunk~/src/libdkimtest.cpp 2007-02-22 17:05:46.000000000 +0100 |
10 | --- trunk~/src/libdkimtest.cpp 2007-02-22 17:05:46.000000000 +0100 |
10 | +++ trunk/src/libdkimtest.cpp 2008-01-19 22:47:48.000000000 +0100 |
11 | +++ trunk/src/libdkimtest.cpp 2008-01-19 22:47:48.000000000 +0100 |