- 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
24 lines
708 B
Diff
24 lines
708 B
Diff
From 309e643b66e9b15f005109360c87f425c459e7b0 Mon Sep 17 00:00:00 2001
|
|
From: Ruben <ruben@rubenkerkhof.com>
|
|
Date: Sun, 17 Oct 2010 18:09:25 +0200
|
|
Subject: [PATCH] Create /etc
|
|
|
|
---
|
|
configure.makefile | 1 +
|
|
1 files changed, 1 insertions(+), 0 deletions(-)
|
|
|
|
diff --git a/configure.makefile b/configure.makefile
|
|
index c866804..aed7ca6 100644
|
|
--- a/configure.makefile
|
|
+++ b/configure.makefile
|
|
@@ -4,6 +4,7 @@ build:
|
|
install:
|
|
install -d "%(bin)s"
|
|
install -d "%(lib)s"
|
|
+ install -d "%(etc)s"
|
|
install ajaxterm.bin "%(bin)s/ajaxterm"
|
|
install -m 644 ajaxterm.css ajaxterm.html ajaxterm.js qweb.py sarissa.js sarissa_dhtml.js utf8-escape.js "%(lib)s"
|
|
install -m 644 ajaxterm.conf "%(etc)s"
|
|
--
|
|
1.7.3.1
|
|
|