From: <los...@us...> - 2007-01-21 22:19:56
|
Revision: 522 http://svn.sourceforge.net/fail2ban/?rev=522&view=rev Author: lostcontrol Date: 2007-01-21 14:19:57 -0800 (Sun, 21 Jan 2007) Log Message: ----------- - Call Python interpreter directly (instead of using "env") Modified Paths: -------------- trunk/fail2ban-client trunk/fail2ban-server trunk/fail2ban-testcases trunk/setup.py Modified: trunk/fail2ban-client =================================================================== --- trunk/fail2ban-client 2007-01-21 22:17:56 UTC (rev 521) +++ trunk/fail2ban-client 2007-01-21 22:19:57 UTC (rev 522) @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # This file is part of Fail2Ban. # # Fail2Ban is free software; you can redistribute it and/or modify Modified: trunk/fail2ban-server =================================================================== --- trunk/fail2ban-server 2007-01-21 22:17:56 UTC (rev 521) +++ trunk/fail2ban-server 2007-01-21 22:19:57 UTC (rev 522) @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # This file is part of Fail2Ban. # # Fail2Ban is free software; you can redistribute it and/or modify Modified: trunk/fail2ban-testcases =================================================================== --- trunk/fail2ban-testcases 2007-01-21 22:17:56 UTC (rev 521) +++ trunk/fail2ban-testcases 2007-01-21 22:19:57 UTC (rev 522) @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # This file is part of Fail2Ban. # # Fail2Ban is free software; you can redistribute it and/or modify Modified: trunk/setup.py =================================================================== --- trunk/setup.py 2007-01-21 22:17:56 UTC (rev 521) +++ trunk/setup.py 2007-01-21 22:19:57 UTC (rev 522) @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # This file is part of Fail2Ban. # This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |