summarylogtreecommitdiffstats
path: root/0001-use-python2.patch
diff options
context:
space:
mode:
authorChristian Hesse2015-06-29 09:38:57 +0200
committerChristian Hesse2015-06-29 09:38:57 +0200
commit45c086e831a96ba873af9dedc4e20bd6f058866a (patch)
tree5e04da23af6b2fb6788fc47da599eb6709b91de9 /0001-use-python2.patch
downloadaur-45c086e831a96ba873af9dedc4e20bd6f058866a.tar.gz
initial import of check_md_raid 0.7.2-8
Diffstat (limited to '0001-use-python2.patch')
-rw-r--r--0001-use-python2.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/0001-use-python2.patch b/0001-use-python2.patch
new file mode 100644
index 000000000000..cdfd425d211d
--- /dev/null
+++ b/0001-use-python2.patch
@@ -0,0 +1,23 @@
+From e91bf7547df083c705bb536d444d8dffb8d04006 Mon Sep 17 00:00:00 2001
+From: Christian Hesse <mail@eworm.de>
+Date: Wed, 30 Oct 2013 09:55:32 +0100
+Subject: [PATCH 1/4] use python2
+
+Signed-off-by: Christian Hesse <mail@eworm.de>
+---
+ check_md_raid | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/check_md_raid b/check_md_raid
+index 5788da4..999553f 100644
+--- a/check_md_raid
++++ b/check_md_raid
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python2
+ #
+ # Copyright Hari Sekhon 2007
+ #
+--
+2.4.3
+