summarylogtreecommitdiffstats
path: root/python2.patch
blob: 73e72b96c574ee86a8a14d7401cc0fa1ff7007ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
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
 #