diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-23 02:06:41 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-23 02:06:41 +0000 |
commit | 63a05e16d70445ccd9995c62f953f5cb7e806e00 (patch) | |
tree | a271dc0214447f8e7e83bcfd4758f032738ed21e /net/nagios/files | |
parent | 8d7739e9987458ef24e9105fc67a6b065324595e (diff) | |
download | ports-63a05e16d70445ccd9995c62f953f5cb7e806e00.tar.gz ports-63a05e16d70445ccd9995c62f953f5cb7e806e00.zip |
Notes
Diffstat (limited to 'net/nagios/files')
-rw-r--r-- | net/nagios/files/patch-aj | 18 | ||||
-rw-r--r-- | net/nagios/files/patch-ak | 11 |
2 files changed, 29 insertions, 0 deletions
diff --git a/net/nagios/files/patch-aj b/net/nagios/files/patch-aj new file mode 100644 index 000000000000..5906e0fad6d0 --- /dev/null +++ b/net/nagios/files/patch-aj @@ -0,0 +1,18 @@ +--- html/main.html.org Sun Sep 16 11:36:54 2001 ++++ html/main.html Sun Sep 16 11:38:28 2001 +@@ -27,7 +27,7 @@ + + <P> + <div align="center"> +-<IMG SRC="images/logofullsize.gif" BORDER="0" ALT="NetSaint" width="238" height="227"><br> ++<IMG SRC="images/bsd_logofullsize.gif" BORDER="0" ALT="NetSaint" width="268" height="221"><br> + Copyright (c) 1999-2001 Ethan Galstad<br> + <a href="mailto:netsaint@netsaint.org">netsaint@netsaint.org</a> + </div> +@@ -81,4 +81,4 @@ + </div> + + </BODY> +-</HTML> ++</HTML> + diff --git a/net/nagios/files/patch-ak b/net/nagios/files/patch-ak new file mode 100644 index 000000000000..b419a9d04564 --- /dev/null +++ b/net/nagios/files/patch-ak @@ -0,0 +1,11 @@ +--- html/side.html.in.org Sun Sep 16 11:36:54 2001 ++++ html/side.html.in Sun Sep 16 11:39:53 2001 +@@ -44,7 +44,7 @@ + <table width="150" border="0"> + <tr> + <td> +- <div align="center"><a href="http://www.netsaint.org" target="_top"><img src="images/sblogo.gif" width="130" height="125" border="0"></a></div> ++ <div align="center"><a href="http://www.netsaint.org" target="_top"><img src="images/bsd_sblogo.gif" width="110" height="95" border="0"></a></div> + </td> + </tr> + </table> |