Replace all mentions of /usr/bin/python2.6 with /usr/bin/python2
authorRalf Ertzinger <ralf@skytale.net>
Wed, 12 Feb 2014 14:00:49 +0000 (15:00 +0100)
committerRalf Ertzinger <ralf@skytale.net>
Wed, 12 Feb 2014 14:00:49 +0000 (15:00 +0100)
29 files changed:
Makefile
usr/lib/time-slider/plugins/rsync/rsync-backup
usr/lib/time-slider/plugins/rsync/rsync-trigger
usr/lib/time-slider/plugins/zfssend/zfssend
usr/lib/time-sliderd
usr/share/time-slider/lib/plugin/plugin.py
usr/share/time-slider/lib/plugin/pluginsmf.py
usr/share/time-slider/lib/plugin/rsync/backup.py
usr/share/time-slider/lib/plugin/rsync/backup.py.orig
usr/share/time-slider/lib/plugin/rsync/rsyncsmf.py
usr/share/time-slider/lib/plugin/rsync/trigger.py
usr/share/time-slider/lib/plugin/zfssend/zfssend.py
usr/share/time-slider/lib/time_slider/applet.py
usr/share/time-slider/lib/time_slider/autosnapsmf.py
usr/share/time-slider/lib/time_slider/dbussvc.py
usr/share/time-slider/lib/time_slider/deletegui.py
usr/share/time-slider/lib/time_slider/deletegui.py.bak
usr/share/time-slider/lib/time_slider/fileversion.py
usr/share/time-slider/lib/time_slider/rbac.py
usr/share/time-slider/lib/time_slider/setupgui.py
usr/share/time-slider/lib/time_slider/smf.py
usr/share/time-slider/lib/time_slider/snapnowui.py
usr/share/time-slider/lib/time_slider/timesliderd.py
usr/share/time-slider/lib/time_slider/timeslidersmf.py
usr/share/time-slider/lib/time_slider/tmp.py
usr/share/time-slider/lib/time_slider/tmp2.py
usr/share/time-slider/lib/time_slider/util.py
usr/share/time-slider/lib/time_slider/zfs.py
usr/share/time-slider/lib/time_slider/zfs.py.safe

index 346ebe8..d9fddb2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ RMRF = /usr/bin/rm -Rf
 RMDIR = /usr/bin/rmdir
 # Use python 2.6 if PYTHON environent is not set
 ifeq ($(strip $(PYTHON)),)
 RMDIR = /usr/bin/rmdir
 # Use python 2.6 if PYTHON environent is not set
 ifeq ($(strip $(PYTHON)),)
-PYTHON = /usr/bin/python2.6
+PYTHON = /usr/bin/python2
 endif
 
 SUBDIRS = po data
 endif
 
 SUBDIRS = po data
index 1129617..49da20e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 import sys
 from os.path import dirname, join, pardir, abspath
 sys.path.insert(0, join(dirname(__file__), pardir, pardir, pardir, pardir,
 import sys
 from os.path import dirname, join, pardir, abspath
 sys.path.insert(0, join(dirname(__file__), pardir, pardir, pardir, pardir,
index 49e863c..fcaa424 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 import sys
 from os.path import dirname, join, pardir, abspath
 sys.path.insert(0, join(dirname(__file__), pardir, pardir, pardir, pardir,
 import sys
 from os.path import dirname, join, pardir, abspath
 sys.path.insert(0, join(dirname(__file__), pardir, pardir, pardir, pardir,
index 17dec8b..1f7a6e9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 import sys
 from os.path import dirname, join, pardir, abspath
 sys.path.insert(0, join(dirname(__file__), pardir, pardir, pardir, pardir,
 import sys
 from os.path import dirname, join, pardir, abspath
 sys.path.insert(0, join(dirname(__file__), pardir, pardir, pardir, pardir,
index eccac9c..d4d153b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 import sys
 from os.path import dirname, join, pardir, abspath
 sys.path.insert(0, join(dirname(__file__), pardir, 'share',
 import sys
 from os.path import dirname, join, pardir, abspath
 sys.path.insert(0, join(dirname(__file__), pardir, 'share',
index 1b820ff..7d1e3d1 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #
index c71df82..26ddda0 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #
index ce44090..d261600 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #
index 540f06a..a0d3d26 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #
index e29ee8e..71dacbb 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #
index 0616cb8..3904eed 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #
index 42f3975..403cf5c 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #
index 7d722a6..1fc5cee 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #
index e659a28..7a15529 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #
index e9f80b0..b9b5bf5 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #
index 8023d9a..f619b3e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #
index dd157f5..f2b09c0 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #
index 86a2584..0744be5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #
index 1995205..cb59d54 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #
index b3a37b6..12451a8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #
index b241592..7d78cec 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #
index 9e6c7c4..d095181 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #
index eb2e341..de47405 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #
index 6a50761..22c2925 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #
index 4072f3b..9f4c9f6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 import os
 
 backupDirs = []
 import os
 
 backupDirs = []
index d581a5b..b4ad9fd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #
index e48326c..a9930e0 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #
index affab9b..b12e551 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #
index 77b1150..30ee0fb 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.6
+#!/usr/bin/python2
 #
 # CDDL HEADER START
 #
 #
 # CDDL HEADER START
 #