- 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
21 lines
590 B
Diff
21 lines
590 B
Diff
From ba58ad8363c9e9225e432b01254eae2be3453438 Mon Sep 17 00:00:00 2001
|
|
From: Ruben <ruben@rubenkerkhof.com>
|
|
Date: Sun, 17 Oct 2010 17:14:05 +0200
|
|
Subject: [PATCH 01/14] 01_bin_dir.diff from Debian
|
|
|
|
---
|
|
configure.ajaxterm.bin | 3 ++-
|
|
1 files changed, 2 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/configure.ajaxterm.bin b/configure.ajaxterm.bin
|
|
index 4d1f5a9..875b12d 100644
|
|
--- a/configure.ajaxterm.bin
|
|
+++ b/configure.ajaxterm.bin
|
|
@@ -1,2 +1,3 @@
|
|
#!/bin/sh
|
|
-PYTHONPATH=%(lib)s exec %(lib)s/ajaxterm.py $@
|
|
+PYTHONPATH=/usr/share/ajaxterm
|
|
+exec $PYTHONPATH/ajaxterm.py $@
|
|
--
|
|
1.7.3.1
|
|
|