summaryrefslogtreecommitdiff
path: root/sysutils/linux-crashplan/files/patch-scripts_CrashPlanEngine
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/linux-crashplan/files/patch-scripts_CrashPlanEngine')
-rw-r--r--sysutils/linux-crashplan/files/patch-scripts_CrashPlanEngine20
1 files changed, 0 insertions, 20 deletions
diff --git a/sysutils/linux-crashplan/files/patch-scripts_CrashPlanEngine b/sysutils/linux-crashplan/files/patch-scripts_CrashPlanEngine
deleted file mode 100644
index 3e12174457d5..000000000000
--- a/sysutils/linux-crashplan/files/patch-scripts_CrashPlanEngine
+++ /dev/null
@@ -1,20 +0,0 @@
---- scripts/CrashPlanEngine.orig 2016-04-24 10:38:26 UTC
-+++ scripts/CrashPlanEngine
-@@ -11,7 +11,7 @@ standard_startup() {
-
- cd $TARGETDIR
-
-- nice -n 19 $JAVACOMMON $SRV_JAVA_OPTS -classpath $FULL_CP com.backup42.service.CPService > $TARGETDIR/log/engine_output.log 2> $TARGETDIR/log/engine_error.log &
-+ nice -n 19 $JAVACOMMON $SRV_JAVA_OPTS -classpath $FULL_CP com.backup42.service.CPService > $LOGDIR/engine_output.log 2> $LOGDIR/engine_error.log &
-
- if [[ $! -gt 0 ]]; then
- echo $! > $PIDFILE
-@@ -80,7 +80,7 @@ do_startup() {
- }
-
- _findpid() {
-- /bin/ps -eo 'pid,cmd'| grep 'app=CrashPlanService' | grep -v grep | awk '{ print $1 }'
-+ /bin/ps -ewwo 'pid,command'| grep 'app=CrashPlanService' | grep -v grep | awk '{ print $1 }'
- }
-
- SCRIPT=$(ls -l $0 | awk '{ print $NF }')