diff --git a/debian/patches/0001-path-substitution.patch b/debian/patches/0001-path-substitution.patch index a6c18bf61a94d8ef1c4add708ab3b6c33fb99637..7798149493ff3cedec5358185e64952dc872139d 100644 --- a/debian/patches/0001-path-substitution.patch +++ b/debian/patches/0001-path-substitution.patch @@ -382,16 +382,16 @@ Index: b/installer/resources/locale/po/messages_en.po @@ -185,7 +185,7 @@ msgid "Request a Java thread dump if run msgstr "" - #: ../i2prouter:1874 + #: ../i2prouter:1884 -msgid "Please edit i2prouter and set the variable RUN_AS_USER" +msgid "Please edit /etc/default/i2p and set the variable RUN_AS_USER" msgstr "" - #: ../i2prouter:1879 + #: ../i2prouter:1889 @@ -193,5 +193,5 @@ msgid "Running I2P as the root user is * msgstr "" - #: ../i2prouter:1882 + #: ../i2prouter:1892 -msgid "To run as root anyway, edit i2prouter and set ALLOW_ROOT=true." +msgid "To run as root anyway, edit /etc/default/i2p and set ALLOW_ROOT=true." msgstr "" diff --git a/debian/patches/0002-jetty-compatibility.patch b/debian/patches/0002-jetty-compatibility.patch index cc4ae8dd3de372e510ef0dd57ad3c1600ddbc7c9..f3066b85aa68d6a6fd82be01764719c5127818c4 100644 --- a/debian/patches/0002-jetty-compatibility.patch +++ b/debian/patches/0002-jetty-compatibility.patch @@ -15,7 +15,7 @@ parser.redirectEntity("configure_1_1.dtd",config60); --- a/apps/jetty/java/src/net/i2p/servlet/I2PDefaultServlet.java +++ b/apps/jetty/java/src/net/i2p/servlet/I2PDefaultServlet.java -@@ -132,7 +132,6 @@ +@@ -135,7 +135,6 @@ * * Get the resource list as a HTML directory listing. */