This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Ajaxterm/0004-04_use-default-python.diff-from-Debian.patch
Ruben f1477239c3 - Apply patches from Debian (fixes #635238, #544033, enables UTF-8)
- 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
2010-10-17 19:11:01 +02:00

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