diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-01-28 10:54:13 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2011-01-28 10:54:13 +0000 |
| commit | 88773e4daa06bebe51d3204a8ea4c47706c31afa (patch) | |
| tree | b4b195161742df29ff6b7f2e4ad09b8ef2b78c7e /addon | |
| parent | 6c35b68f173eb33a158fa76288e24ab523879ae0 (diff) | |
changed the default port from 8080 to 8090
see also: http://forum.yacy-websuche.de/viewtopic.php?p=21683#p21683
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7454 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'addon')
| -rw-r--r-- | addon/YaCy-Search.bat | 2 | ||||
| -rw-r--r-- | addon/YaCy-Search.html | 2 | ||||
| -rw-r--r-- | addon/yacy_chatscript.pl | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/addon/YaCy-Search.bat b/addon/YaCy-Search.bat index 8490e2234..145331b77 100644 --- a/addon/YaCy-Search.bat +++ b/addon/YaCy-Search.bat @@ -1 +1 @@ -rundll32 url.dll,FileProtocolHandler "http://localhost:8080"
\ No newline at end of file +rundll32 url.dll,FileProtocolHandler "http://localhost:8090"
\ No newline at end of file diff --git a/addon/YaCy-Search.html b/addon/YaCy-Search.html index fbfeb8a8d..675f76bb3 100644 --- a/addon/YaCy-Search.html +++ b/addon/YaCy-Search.html @@ -1 +1 @@ -<meta http-equiv="refresh" content="0;url=http://localhost:8080/">
\ No newline at end of file +<meta http-equiv="refresh" content="0;url=http://localhost:8090/">
\ No newline at end of file diff --git a/addon/yacy_chatscript.pl b/addon/yacy_chatscript.pl index 2c6017fd5..60fc0983b 100644 --- a/addon/yacy_chatscript.pl +++ b/addon/yacy_chatscript.pl @@ -40,7 +40,7 @@ if ( defined(&Xchat::print) ) { sub setting_init() { if ($prog eq "irssi") { Irssi::settings_add_str("yacy_script.pl", "yacy_host", "localhost"); - Irssi::settings_add_int("yacy_script.pl", "yacy_port", 8080); + Irssi::settings_add_int("yacy_script.pl", "yacy_port", 8090); Irssi::settings_add_str("yacy_script.pl", "yacy_user", "admin"); Irssi::settings_add_str("yacy_script.pl", "yacy_pass", ""); Irssi::settings_add_int("yacy_script.pl", "yacy_statusbarupdate_interval", 60); @@ -48,7 +48,7 @@ sub setting_init() { if ( ! -e Xchat::get_info('xchatdir')."/yacy.xml" ) { my $data = { host => "localhost", - port => "8080", + port => "8090", user => "admin", pass => "" }; |
