diff options
author | 2021-12-07 10:52:51 +0100 | |
---|---|---|
committer | 2021-12-07 10:52:51 +0100 | |
commit | 3bc526951264f8106e502406a35cfc420b556b08 (patch) | |
tree | 9b4192a2a1cd82db946cd3d3967282cc21d05eaa /app-misc/rundeck-bin/files/rundeck-bin-2.6.8-profile.patch | |
parent | dev-db/mtop: treeclean (diff) | |
download | gentoo-3bc526951264f8106e502406a35cfc420b556b08.tar.gz gentoo-3bc526951264f8106e502406a35cfc420b556b08.tar.bz2 gentoo-3bc526951264f8106e502406a35cfc420b556b08.zip |
app-misc/rundeck-bin: treeclean
Closes: https://bugs.gentoo.org/781263
Bug: https://bugs.gentoo.org/811168
Closes: https://bugs.gentoo.org/819759
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-misc/rundeck-bin/files/rundeck-bin-2.6.8-profile.patch')
-rw-r--r-- | app-misc/rundeck-bin/files/rundeck-bin-2.6.8-profile.patch | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/app-misc/rundeck-bin/files/rundeck-bin-2.6.8-profile.patch b/app-misc/rundeck-bin/files/rundeck-bin-2.6.8-profile.patch deleted file mode 100644 index a9ff4acd0a4a..000000000000 --- a/app-misc/rundeck-bin/files/rundeck-bin-2.6.8-profile.patch +++ /dev/null @@ -1,55 +0,0 @@ ---- a/etc/rundeck/profile 2016-06-10 21:37:22.000000000 +0100 -+++ b/etc/rundeck/profile 2016-06-14 00:02:11.630959252 +0100 -@@ -1,27 +1,11 @@ - RDECK_BASE=/var/lib/rundeck - export RDECK_BASE - --JAVA_CMD=java - RUNDECK_TEMPDIR=/tmp/rundeck - - RDECK_HTTP_PORT=4440 - RDECK_HTTPS_PORT=4443 - --# --# If JAVA_HOME is set, then add it to home and set JAVA_CMD to use the version specified in that --# path. JAVA_HOME can be set in the rundeck profile. Or set in this file. --#JAVA_HOME=<path/to/JDK or JRE/install> -- --if [ ! -z $JAVA_HOME ]; then -- PATH=$PATH:$JAVA_HOME/bin -- export PATH -- JAVA_CMD=$JAVA_HOME/bin/java --fi -- -- -- --export CLI_CP=$(find /var/lib/rundeck/cli -name \*.jar -printf %p:) --export BOOTSTRAP_CP=$(find /var/lib/rundeck/bootstrap -name \*.jar -printf %p:) - export RDECK_JVM="-Djava.security.auth.login.config=/etc/rundeck/jaas-loginmodule.conf \ - -Dloginmodule.name=RDpropertyfilelogin \ - -Drdeck.config=/etc/rundeck \ -@@ -36,7 +20,7 @@ - # - # Set min/max heap size - # --RDECK_JVM="$RDECK_JVM -Xmx1024m -Xms256m -XX:MaxPermSize=256m -server" -+RDECK_JVM="$RDECK_JVM -Xmx1024m -Xms256m -server" - # - # SSL Configuration - Uncomment the following to enable. Check SSL.properties for details. - # -@@ -44,15 +28,4 @@ - - export RDECK_SSL_OPTS="-Djavax.net.ssl.trustStore=/etc/rundeck/ssl/truststore -Djavax.net.ssl.trustStoreType=jks -Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol" - --if test -t 0 -a -z "$RUNDECK_CLI_TERSE" --then -- RUNDECK_CLI_TERSE=true -- export RUNDECK_CLI_TERSE --fi -- --if test -n "$JRE_HOME" --then -- unset JRE_HOME --fi -- - umask 002 |