From 9c85820d35e12d7193db1b80b7a381393a34345d Mon Sep 17 00:00:00 2001 From: rramthun Date: Sat, 18 Mar 2006 12:39:00 +0000 Subject: [PATCH] added MIME-type for wmv and rm removed double copyright at startup git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1922 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- httpd.mime | 2 ++ source/yacy.java | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/httpd.mime b/httpd.mime index d490262c0..a7fb296ff 100644 --- a/httpd.mime +++ b/httpd.mime @@ -54,6 +54,7 @@ ps = application/postscript qt = video/quicktime ra = audio/x-pn-realaudio ram = audio/x-pn-realaudio +rm = audio/x-pn-realaudio-plugin rpm = audio/x-pn-realaudio-plugin rss = application/xml rtf = application/rtf @@ -74,6 +75,7 @@ torrent = application/x-bittorrent txt = text/plain vcf = text/x-vcard wav = audio/x-wav +wmv = video/x-ms-wmv xhtml = application/xhtml+xml xla = application/msexcel xls = application/msexcel diff --git a/source/yacy.java b/source/yacy.java index e5e9a2611..890dc3ffa 100644 --- a/source/yacy.java +++ b/source/yacy.java @@ -218,8 +218,6 @@ public final class yacy { System.out.println("could not find logging properties in homePath=" + homePath); e.printStackTrace(); } - serverLog.logConfig("STARTUP", copyright); - serverLog.logConfig("STARTUP", hline); serverLog.logConfig("STARTUP", "java version " + System.getProperty("java.version", "no-java-version")); serverLog.logConfig("STARTUP", "Application Root Path: " + homePath); serverLog.logConfig("STARTUP", "Time Zone: UTC" + serverDate.UTCDiffString() + "; UTC+0000 is " + System.currentTimeMillis());