summarylogtreecommitdiffstats
path: root/python2.patch
diff options
context:
space:
mode:
authorTom Wambold2015-06-25 11:56:58 -0400
committerTom Wambold2015-06-25 11:56:58 -0400
commit90dd29789a6443b931c03e3bb186d7e0a4fe0dcc (patch)
tree97e81958c182a54e0835a8e902bb38a8dd52ff12 /python2.patch
downloadaur-90dd29789a6443b931c03e3bb186d7e0a4fe0dcc.tar.gz
Initial commit.
Diffstat (limited to 'python2.patch')
-rw-r--r--python2.patch81
1 files changed, 81 insertions, 0 deletions
diff --git a/python2.patch b/python2.patch
new file mode 100644
index 000000000000..73e72b96c574
--- /dev/null
+++ b/python2.patch
@@ -0,0 +1,81 @@
+diff -Naur a/daemon/core/misc/LatLongUTMconversion.py b/daemon/core/misc/LatLongUTMconversion.py
+--- a/daemon/core/misc/LatLongUTMconversion.py 2015-06-05 10:19:41.000000000 -0400
++++ b/daemon/core/misc/LatLongUTMconversion.py 2015-06-25 11:53:31.249286410 -0400
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python2
+ # this file is from http://pygps.org/
+
+ # Lat Long - UTM, UTM - Lat Long conversions
+diff -Naur a/daemon/examples/emanemodel2core.py b/daemon/examples/emanemodel2core.py
+--- a/daemon/examples/emanemodel2core.py 2015-06-05 10:19:41.000000000 -0400
++++ b/daemon/examples/emanemodel2core.py 2015-06-25 11:53:31.259286059 -0400
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python2
+ #
+ # CORE
+ # Copyright (c) 2013 the Boeing Company.
+diff -Naur a/daemon/examples/findcore.py b/daemon/examples/findcore.py
+--- a/daemon/examples/findcore.py 2015-06-05 10:19:41.000000000 -0400
++++ b/daemon/examples/findcore.py 2015-06-25 11:53:31.259286059 -0400
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python2
+ #
+ # Search for installed CORE library files and Python bindings.
+ #
+diff -Naur a/daemon/examples/stopsession.py b/daemon/examples/stopsession.py
+--- a/daemon/examples/stopsession.py 2015-06-05 10:19:41.000000000 -0400
++++ b/daemon/examples/stopsession.py 2015-06-25 11:53:31.259286059 -0400
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python2
+ # (c)2010-2012 the Boeing Company
+ # author: Jeff Ahrenholz <jeffrey.m.ahrenholz@boeing.com>
+ #
+diff -Naur a/daemon/sbin/core-daemon b/daemon/sbin/core-daemon
+--- a/daemon/sbin/core-daemon 2015-06-05 10:19:41.000000000 -0400
++++ b/daemon/sbin/core-daemon 2015-06-25 11:53:31.259286059 -0400
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python2
+ #
+ # CORE
+ # Copyright (c)2010-2013 the Boeing Company.
+diff -Naur a/daemon/sbin/core-manage b/daemon/sbin/core-manage
+--- a/daemon/sbin/core-manage 2015-06-05 10:19:41.000000000 -0400
++++ b/daemon/sbin/core-manage 2015-06-25 11:53:31.259286059 -0400
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python2
+ #
+ # CORE
+ # Copyright (c)2014 the Boeing Company.
+diff -Naur a/daemon/sbin/coresendmsg b/daemon/sbin/coresendmsg
+--- a/daemon/sbin/coresendmsg 2015-06-05 10:19:41.000000000 -0400
++++ b/daemon/sbin/coresendmsg 2015-06-25 11:53:31.249286410 -0400
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python2
+ #
+ # CORE
+ # Copyright (c)2011-2012 the Boeing Company.
+diff -Naur a/python-prefix.py b/python-prefix.py
+--- a/python-prefix.py 2015-06-05 10:19:41.000000000 -0400
++++ b/python-prefix.py 2015-06-25 11:53:31.249286410 -0400
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python2
+
+ import sys
+ import os.path
+diff -Naur a/scripts/perf/perflogserver.py b/scripts/perf/perflogserver.py
+--- a/scripts/perf/perflogserver.py 2015-06-05 10:19:41.000000000 -0400
++++ b/scripts/perf/perflogserver.py 2015-06-25 11:53:31.249286410 -0400
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python2
+ #
+ # (c)2011-2012 the Boeing Company
+ #