- Cleanup init script - Add a sysconfig file - Relocate pidfile to /var/run/ajaxterm/ajaxterm.pid - Add a README.Fedora - Add an example config for Apache
22 lines
490 B
Diff
22 lines
490 B
Diff
From 416891118e1770b2370238855f39babb3e22477f Mon Sep 17 00:00:00 2001
|
|
From: Ruben <ruben@rubenkerkhof.com>
|
|
Date: Sun, 17 Oct 2010 17:15:27 +0200
|
|
Subject: [PATCH 04/14] 04_use-default-python.diff from Debian
|
|
|
|
---
|
|
qweb.py | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/qweb.py b/qweb.py
|
|
index 20c5092..c658a6b 100644
|
|
--- a/qweb.py
|
|
+++ b/qweb.py
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/python2.3
|
|
+#!/usr/bin/env python
|
|
#
|
|
# vim:set et ts=4 fdc=0 fdn=2 fdl=0:
|
|
#
|
|
--
|
|
1.7.3.1
|
|
|