- 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
This commit is contained in:
parent
36dfafebf3
commit
f1477239c3
22 changed files with 1694 additions and 23 deletions
22
0004-04_use-default-python.diff-from-Debian.patch
Normal file
22
0004-04_use-default-python.diff-from-Debian.patch
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
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
|
||||
|
||||
Reference in a new issue