0001-removed-more-shebangs-from-files-that-are-not-execut.patch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Applied.

-- 
"An organisation that treats its programmers as morons will soon have
programmers that are willing and able to act like morons only."
    -Bjarne Stroustrup
From bd9e4fe320ac35efaacd792be6edfa32838801e9 Mon Sep 17 00:00:00 2001
From: Steve 'Ashcrow' Milner <stevem@xxxxxxxxxxxx>
Date: Mon, 14 Jan 2008 21:04:07 -0500
Subject: [PATCH] removed more shebangs from files that are not executable as part of the application. rpmlint should output less warnings/errors.

---
 func/certmaster.py         |    2 --
 func/minion/server.py      |    1 -
 func/overlord/inventory.py |    2 --
 func/overlord/sslclient.py |    2 --
 4 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/func/certmaster.py b/func/certmaster.py
index fa72493..1cde806 100755
--- a/func/certmaster.py
+++ b/func/certmaster.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-
 # FIXME: more intelligent fault raises
 
 """
diff --git a/func/minion/server.py b/func/minion/server.py
index cd353b9..6e55e70 100755
--- a/func/minion/server.py
+++ b/func/minion/server.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 """
 func
 
diff --git a/func/overlord/inventory.py b/func/overlord/inventory.py
index aafc764..e5319ee 100755
--- a/func/overlord/inventory.py
+++ b/func/overlord/inventory.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 ##
 ## func inventory app.
 ## use func to collect inventory data on anything, yes, anything
@@ -186,6 +185,5 @@ class FuncInventory(object):
 
 
 if __name__ == "__main__":
-
     inv = FuncInventory()
     inv.run(sys.argv)
diff --git a/func/overlord/sslclient.py b/func/overlord/sslclient.py
index ccb2c9c..3861bb8 100755
--- a/func/overlord/sslclient.py
+++ b/func/overlord/sslclient.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-
 import sys
 import xmlrpclib
 import urllib
-- 
1.5.3.7

_______________________________________________
Func-list mailing list
Func-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/func-list

[Index of Archives]     [Fedora Users]     [Linux Networking]     [Fedora Legacy List]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux