From 8ce71d724cbd499fe73866c8776655deaf1b066a Mon Sep 17 00:00:00 2001 From: zzz Date: Wed, 15 Jul 2009 15:29:37 +0000 Subject: [PATCH] * Installer: Don't launch the router from the postinstall.sh script on linux anymore; add a panel to the installer to provide launch instructions. --- history.txt | 4 ++++ installer/install.xml | 2 ++ installer/resources/postinstall.sh | 3 ++- installer/resources/start-i2p.txt | 1 + 4 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 installer/resources/start-i2p.txt diff --git a/history.txt b/history.txt index 96015b69a..19c8cfcaa 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,7 @@ +2009-07-15 zzz + * Installer: Don't launch the router from the postinstall.sh script + on linux anymore; add a panel to the installer to provide launch instructions. + 2009-07-15 sponge * Slackware SlackBuild fixes. diff --git a/installer/install.xml b/installer/install.xml index 7f94a7b06..c7b0aafbe 100644 --- a/installer/install.xml +++ b/installer/install.xml @@ -85,6 +85,7 @@ + @@ -94,6 +95,7 @@ + diff --git a/installer/resources/postinstall.sh b/installer/resources/postinstall.sh index d273d226e..72daee17f 100644 --- a/installer/resources/postinstall.sh +++ b/installer/resources/postinstall.sh @@ -74,6 +74,7 @@ rm -f ./lib/*.dll rm -f ./*.bat rm -f ./*.exe rm -rf ./installer -./i2prouter start +# no, let's not start the router from the install script any more +# ./i2prouter start exit 0 diff --git a/installer/resources/start-i2p.txt b/installer/resources/start-i2p.txt new file mode 100644 index 000000000..9da29e394 --- /dev/null +++ b/installer/resources/start-i2p.txt @@ -0,0 +1 @@ +To start I2P, run "$INSTALL_PATH/i2prouter start"