forked from I2P_Developers/i2p.i2p
Update Java Service Wrapper to v3.5.22
- Windows: Self-compiled with VS2010 in Windows 7. The icon has been changed from Tanuki's default to Itoopie. - Linux ARMv6: Compiled on a RaspberryPi using gcc 4.6.3-14+rpi1, Icedtea6 6b27-1.12.5-1+rpi1 and stripped - All other binaries are from the "community edition" deltapack offered by Tanuki.
This commit is contained in:
4
debian/patches/0001-path-substitution.patch
vendored
4
debian/patches/0001-path-substitution.patch
vendored
@ -34,7 +34,7 @@ Debian wrapper.config to try to prevent confusion.
|
||||
# You shall use it only in accordance with the terms of the
|
||||
@@ -24,21 +24,12 @@
|
||||
# These settings can be modified to fit the needs of your application
|
||||
# Optimized for use with version 3.5.20 of the Wrapper.
|
||||
# Optimized for use with version 3.5.22 of the Wrapper.
|
||||
|
||||
-# Paths
|
||||
-# Note that (percent)INSTALL_PATH, (percent)USER_HOME, and (percent)SYSTEM_java_io_tmpdir
|
||||
@ -146,7 +146,7 @@ Debian wrapper.config to try to prevent confusion.
|
||||
@@ -944,7 +879,7 @@
|
||||
|
||||
# The string passed to eval must handles spaces in paths correctly.
|
||||
COMMAND_LINE="$CMDNICE \"$WRAPPER_CMD\" \"$WRAPPER_CONF\" wrapper.syslog.ident=\"$APP_NAME\" wrapper.java.command=\"$JAVABINARY\" wrapper.pidfile=\"$PIDFILE\" wrapper.name=\"$APP_NAME\" wrapper.displayname=\"$APP_LONG_NAME\" $ANCHORPROP $STATUSPROP $COMMANDPROP $LOCKPROP $LOGPROP wrapper.script.version=3.5.20 $ADDITIONAL_PARA"
|
||||
COMMAND_LINE="$CMDNICE \"$WRAPPER_CMD\" \"$WRAPPER_CONF\" wrapper.syslog.ident=\"$APP_NAME\" wrapper.java.command=\"$JAVABINARY\" wrapper.pidfile=\"$PIDFILE\" wrapper.name=\"$APP_NAME\" wrapper.displayname=\"$APP_LONG_NAME\" $ANCHORPROP $STATUSPROP $COMMANDPROP $LOCKPROP $LOGPROP wrapper.script.version=3.5.22 $ADDITIONAL_PARA"
|
||||
- eval $COMMAND_LINE || failed
|
||||
+ eval $COMMAND_LINE
|
||||
else
|
||||
|
Reference in New Issue
Block a user