diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-16 13:38:54 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-16 13:38:54 +0800 |
commit | 105fa84a15e98b7efac993f0fc39222ba35e839b (patch) | |
tree | 2f4e849886d55d5767cc6c4048a486cfb210118b /www/mod_watch/files | |
parent | cc086baa4cf9d26639ca82cc7bfc3a8ba7eef5ef (diff) | |
download | freebsd-ports-graphics-105fa84a15e98b7efac993f0fc39222ba35e839b.tar.gz freebsd-ports-graphics-105fa84a15e98b7efac993f0fc39222ba35e839b.tar.zst freebsd-ports-graphics-105fa84a15e98b7efac993f0fc39222ba35e839b.zip |
Added patches to get it compiling on -current.
Informed maitna.er
Diffstat (limited to 'www/mod_watch/files')
-rw-r--r-- | www/mod_watch/files/patch-mod_watch.c | 43 |
1 files changed, 41 insertions, 2 deletions
diff --git a/www/mod_watch/files/patch-mod_watch.c b/www/mod_watch/files/patch-mod_watch.c index c2aa9a14c0f..bdb000dd65f 100644 --- a/www/mod_watch/files/patch-mod_watch.c +++ b/www/mod_watch/files/patch-mod_watch.c @@ -1,5 +1,5 @@ ---- mod_watch.c.orig Thu Mar 14 12:44:07 2002 -+++ mod_watch.c Mon Oct 28 00:48:48 2002 +--- mod_watch.c.orig Thu Mar 14 03:44:07 2002 ++++ mod_watch.c Wed Oct 15 22:37:21 2003 @@ -41,6 +41,10 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ @@ -11,3 +11,42 @@ #ifndef SPOOLDIR #define SPOOLDIR "/var/spool/mod_watch/" #endif +@@ -1037,22 +1041,22 @@ + if (shLock(shtable) && MutexLock(mutex)) + goto error0; + +- ap_rprintf(r, " +-<html> +-<style type='text/css'> +-th { +- font-family: Verdana, Arial, Helvetica, sans-serif; +- font-size: 10pt; +- background-color: #0080D7; +- color: #ffffff; +-} +-.normal, p, ul, td { +- font-family: Verdana, Arial, Helvetica, sans-serif; +- font-size: 10pt; +- color: #000000; +-} +-</style> +-<body> ++ ap_rprintf(r, "\n\ ++<html>\n\ ++<style type='text/css'>\n\ ++th {\n\ ++ font-family: Verdana, Arial, Helvetica, sans-serif;\n\ ++ font-size: 10pt;\n\ ++ background-color: #0080D7;\n\ ++ color: #ffffff;\n\ ++}\n\ ++.normal, p, ul, td {\n\ ++ font-family: Verdana, Arial, Helvetica, sans-serif;\n\ ++ font-size: 10pt;\n\ ++ color: #000000;\n\ ++}\n\ ++</style>\n\ ++<body>\n\ + " + ); + |