OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 13-Jul-2004 20:04:04
Branch: HEAD Handle: 2004071319040300
Modified files:
openpkg-src/postfix-mailgraph
postfix-mailgraph.patch postfix-mailgraph.spec
rc.postfix-mailgraph
Log:
upgrading package: postfix-mailgraph 1.8 -> 1.9
Summary:
Revision Changes Path
1.3 +22 -15 openpkg-src/postfix-mailgraph/postfix-mailgraph.patch
1.17 +2 -2 openpkg-src/postfix-mailgraph/postfix-mailgraph.spec
1.9 +3 -3 openpkg-src/postfix-mailgraph/rc.postfix-mailgraph
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postfix-mailgraph/postfix-mailgraph.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 postfix-mailgraph.patch
--- openpkg-src/postfix-mailgraph/postfix-mailgraph.patch 20 Jan 2004 12:03:46
-0000 1.2
+++ openpkg-src/postfix-mailgraph/postfix-mailgraph.patch 13 Jul 2004 18:04:03
-0000 1.3
@@ -1,22 +1,14 @@
---- mailgraph.pl.orig Sun Jan 5 23:32:04 2003
-+++ mailgraph.pl Fri May 30 16:26:07 2003
-@@ -120,6 +120,8 @@
- \s
- ([-\w\.]+) # host -- 6
- \s+
-+ <[^>]+> # OSSP fsl log level
-+ \s+
- (.*) # text -- 7
- $/x or do
- {
---- mailgraph.cgi.orig Tue Jan 20 13:01:36 2004
-+++ mailgraph.cgi Tue Jan 20 13:02:07 2004
-@@ -151,27 +151,17 @@
+Index: mailgraph.cgi
+--- mailgraph.cgi.orig 2004-07-11 17:57:06 +0200
++++ mailgraph.cgi 2004-07-13 20:02:25 +0200
+@@ -160,14 +160,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
-<TITLE>Mail Statistics for $host</TITLE>
+<TITLE>Postfix Mail Statistics for $host</TITLE>
+ <META HTTP-EQUIV="Refresh" CONTENT="300">
+ <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
</HEAD>
-<BODY BGCOLOR="#FFFFFF">
+<BODY BGCOLOR="#DDDDDD">
@@ -25,13 +17,16 @@
- print "<H1>Mail Statistics for $host</H1>\n";
+ print "<H1>Postfix Mail Statistics for $host</H1>\n";
for my $n (0..$#graphs) {
+ print '<div style="background: #dddddd; width: 632px">';
print "<H2>$graphs[$n]{title}</H2>\n";
+@@ -175,17 +175,6 @@
print "<P><IMG BORDER=\"0\" SRC=\"$scriptname/mailgraph_${n}.png\"
ALT=\"mailgraph\">\n";
print "<P><IMG BORDER=\"0\" SRC=\"$scriptname/mailgraph_${n}_err.png\"
ALT=\"mailgraph\">\n";
}
-
- print <<FOOTER;
--<table border="0" width="400"><tr><td align="left">
+-<hr width="630" align="left" size="1" noshade>
+-<table border="0" width="630" cellpadding="0" cellspacing="0"
background="#dddddd"><tr><td align="left">
-<A href="http://people.ee.ethz.ch/~dws/software/mailgraph">Mailgraph</A> $VERSION
-by <A href="http://people.ee.ethz.ch/~dws/">David Schweikert</A></td>
-<td ALIGN="right">
@@ -42,3 +37,15 @@
}
sub send_image($)
+Index: mailgraph.pl
+--- mailgraph.pl.orig 2004-07-11 17:46:56 +0200
++++ mailgraph.pl 2004-07-13 20:01:29 +0200
+@@ -140,6 +140,8 @@
+ \s
+ ([-\w\.]+) # host -- 6
+ \s+
++ <[^>]+> # OSSP fsl log level
++ \s+
+ (.*) # text -- 7
+ $/x or do
+ {
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/postfix-mailgraph/postfix-mailgraph.spec
============================================================================
$ cvs diff -u -r1.16 -r1.17 postfix-mailgraph.spec
--- openpkg-src/postfix-mailgraph/postfix-mailgraph.spec 7 Feb 2004 19:29:34
-0000 1.16
+++ openpkg-src/postfix-mailgraph/postfix-mailgraph.spec 13 Jul 2004 18:04:03
-0000 1.17
@@ -33,8 +33,8 @@
Class: EVAL
Group: Mail
License: GPL
-Version: 1.8
-Release: 20040207
+Version: 1.9
+Release: 20040713
# list of sources
Source0:
http://people.ee.ethz.ch/~dws/software/mailgraph/pub/mailgraph-%{version}.tar.gz
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/postfix-mailgraph/rc.postfix-mailgraph
============================================================================
$ cvs diff -u -r1.8 -r1.9 rc.postfix-mailgraph
--- openpkg-src/postfix-mailgraph/rc.postfix-mailgraph 22 Jul 2003 08:11:02
-0000 1.8
+++ openpkg-src/postfix-mailgraph/rc.postfix-mailgraph 13 Jul 2004 18:04:03
-0000 1.9
@@ -23,15 +23,15 @@
echo "postfix_mailgraph_active=\"$postfix_mailgraph_active\""
%start -u @l_susr@
- rcService postfix_mailgraph enable yes || exit 0
+ rcService postfix-mailgraph enable yes || exit 0
@l_prefix@/sbin/mailgraph --daemon
%stop -u @l_susr@
- rcService postfix_mailgraph enable yes || exit 0
+ rcService postfix-mailgraph enable yes || exit 0
postfix_mailgraph_signal TERM
%restart -u @l_susr@
- rcService postfix_mailgraph enable yes || exit 0
+ rcService postfix-mailgraph enable yes || exit 0
postfix_mailgraph_signal TERM
sleep 2
@l_prefix@/sbin/mailgraph --daemon
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]