[glances] Add patch to remove useless shebang

madko madko at fedoraproject.org
Tue Aug 21 18:04:22 UTC 2012


commit 44fffaa16fce829f89f47b45265b84799acb1be1
Author: Edouard Bourguignon <madko at linuxed.net>
Date:   Tue Aug 21 20:04:12 2012 +0200

    Add patch to remove useless shebang

 glances_remove_shebang.patch |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/glances_remove_shebang.patch b/glances_remove_shebang.patch
new file mode 100644
index 0000000..e7ceb23
--- /dev/null
+++ b/glances_remove_shebang.patch
@@ -0,0 +1,9 @@
+diff -Naur glances-1.4.ori/glances/glances.py glances-1.4/glances/glances.py
+--- glances-1.4.ori/glances/glances.py	2012-07-07 21:04:56.000000000 +0200
++++ glances-1.4/glances/glances.py	2012-08-21 19:53:14.900465984 +0200
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-#
+ # Glances is a simple textual monitoring tool
+ #
+ # Pre-requisites: Python 2.6+ and PsUtil 0.4.0+ (for full functions)


More information about the scm-commits mailing list