[ecflow] 45/50: Add patch to set paths

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Sep 20 15:30:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository ecflow.

commit 0ec837c071bedd05bd2fdd6e1dad7813e0ebc7f7
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Jul 17 13:58:20 2017 +0100

    Add patch to set paths
---
 debian/patches/series          |  1 +
 debian/patches/set-paths.patch | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 37afb90..06b0eaf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ python3.patch
 reproducible.patch
 minver.patch
 soname.patch
+set-paths.patch
diff --git a/debian/patches/set-paths.patch b/debian/patches/set-paths.patch
new file mode 100644
index 0000000..78ab50a
--- /dev/null
+++ b/debian/patches/set-paths.patch
@@ -0,0 +1,23 @@
+Description: Set paths to Debian locations
+Author: Alastair McKinstry <mckinstry at debian.org>
+Last-Updated: 2017-07-17
+Forwarded: not-needed
+
+Index: ecflow-4.6.1/tools/ecflow_logsvr.sh
+===================================================================
+--- ecflow-4.6.1.orig/tools/ecflow_logsvr.sh
++++ ecflow-4.6.1/tools/ecflow_logsvr.sh
+@@ -30,6 +30,13 @@ else
+   log=/sms/logsvr.log
+ fi
+ 
++# Debian
++LOGPATH=/var/log/emos
++LOGMAP=/emos_esuite:/emos_esuite:/vol/emos/output:/emos_esuite:/vol/emos/output:/$MACHINE_NAME/emos_dir:/$MACHINE_NAME/emos_dir:/$MACHINE_NAME/emos_dir:/emos_esuite:/e\
++      mos_esuite:/vol/emos/output:/emos_dir:/emos_dir:/emos_dir
++log=/var/log/emos/logsvr.log
++if [[ -x /usr/sbin/logsvr.pl ]] ; then
++    LOGSVR=/usr/sbin/logsvr.pl
+ if [[ -x /usr/local/lib/metaps/perl/logsvr.pl ]] ; then
+     LOGSVR=/usr/local/lib/metaps/perl/logsvr.pl
+ elif [[ -x /usr/local/apps/sms/bin/logsvr.pl ]] ; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ecflow.git



More information about the debian-science-commits mailing list