forked from I2P_Developers/i2p.i2p
updated patch due to gentoo related changes to i2prouter and wrapper.config
This commit is contained in:
12
debian/patches/0001-path-substitution.patch
vendored
12
debian/patches/0001-path-substitution.patch
vendored
@@ -85,7 +85,7 @@ Debian wrapper.config to try to prevent confusion.
|
||||
#
|
||||
#********************************************************************
|
||||
# Java Application
|
||||
@@ -51,13 +42,14 @@
|
||||
@@ -53,13 +44,14 @@
|
||||
# classes, or all the classes of i2p.jar, are in a different directory).
|
||||
# Be sure there are no other duplicate classes.
|
||||
#
|
||||
@@ -105,7 +105,7 @@ Debian wrapper.config to try to prevent confusion.
|
||||
|
||||
# Java Bits. On applicable platforms, tells the JVM to run in 32 or 64-bit mode.
|
||||
wrapper.java.additional.auto_bits=TRUE
|
||||
@@ -67,7 +59,7 @@
|
||||
@@ -69,7 +61,7 @@
|
||||
wrapper.java.additional.1=-DloggerFilenameOverride=logs/log-router-@.txt
|
||||
wrapper.java.additional.2=-Dorg.mortbay.http.Version.paranoid=true
|
||||
wrapper.java.additional.3=-Dorg.mortbay.xml.XmlParser.NotValidating=true
|
||||
@@ -114,7 +114,7 @@ Debian wrapper.config to try to prevent confusion.
|
||||
wrapper.java.additional.4.stripquotes=TRUE
|
||||
|
||||
# On some IPv6 enabled systems, I2P and other network-enabled java applications
|
||||
@@ -137,11 +129,7 @@
|
||||
@@ -139,11 +131,7 @@
|
||||
# tell the router where to find the wrapper log
|
||||
# (change X to the next available number)
|
||||
# wrapper.java.additional.X=-Dwrapper.logfile=/path/to/wrapper.log
|
||||
@@ -127,7 +127,7 @@ Debian wrapper.config to try to prevent confusion.
|
||||
|
||||
# Format of output for the log file.
|
||||
# The format consists of the tokens 'L' for log level, 'P' for prefix, 'D' for thread,
|
||||
@@ -203,10 +191,7 @@
|
||||
@@ -205,10 +193,7 @@
|
||||
# you should copy this file, change the location or file name,
|
||||
# and edit the i2prouter script to change the WRAPPER_CONF setting
|
||||
# to point to the new wrapper.config location.
|
||||
@@ -139,7 +139,7 @@ Debian wrapper.config to try to prevent confusion.
|
||||
# pid file for the service monitoring the JVM
|
||||
#
|
||||
# From i2prouter:
|
||||
@@ -217,10 +202,7 @@
|
||||
@@ -219,10 +204,7 @@
|
||||
#
|
||||
# This means i2prouter looks for './i2p.pid'.
|
||||
# See comments above for wrapper.java.pidfile
|
||||
@@ -151,7 +151,7 @@ Debian wrapper.config to try to prevent confusion.
|
||||
|
||||
#********************************************************************
|
||||
# Wrapper General Properties
|
||||
@@ -237,30 +219,3 @@
|
||||
@@ -239,30 +221,3 @@
|
||||
wrapper.umask=0022
|
||||
wrapper.java.umask=0022
|
||||
wrapper.logfile.umask=077
|
||||
|
Reference in New Issue
Block a user