freebsd-ports/www/moinmoin/files/patch-wiki-server-moin.fcgi
Florent Thoumie 8ac11c3de1 - Add WSGI support. [1]
- Fix shebang line in moin.fcgi. [2]

PR:		ports/145690 [1], ports/145646 [2]
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> [1]
		ghostonthewire <ghostonthewire@gmail.com> [2]
Approved by:	maintainer
2010-04-28 21:38:42 +00:00

8 lines
263 B
Bash

--- wiki/server/moin.fcgi.orig 2010-02-28 23:28:49.000000000 +0800
+++ wiki/server/moin.fcgi 2010-04-28 16:33:04.097920979 +0800
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
MoinMoin - CGI/FCGI Driver script