From 6f3334bc162187e8e22ba0e46d860bf5185e600c Mon Sep 17 00:00:00 2001 From: konrad Date: Fri, 7 Aug 2009 12:45:26 +0000 Subject: [PATCH] minor fixes git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@314 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- debian/README.server | 10 +++++++--- debian/gencl | 2 +- src/smoke.pro | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/debian/README.server b/debian/README.server index 44afaf6..c9f70b7 100644 --- a/debian/README.server +++ b/debian/README.server @@ -3,13 +3,17 @@ MagicSmoke Server Installation on Debian Unfortunately this does not work entirely automaticly. -1 - DocumentRoot ------------------ +1 - DocumentRoot and Web Server +-------------------------------- The debian package installs the server PHP files in /usr/lib/magicsmoke-server -and links them to /var/www/magicsmoke2 . You need to change that link if your +and links them from /var/www/magicsmoke2 . You need to change that link if your DocumentRoot is somewhere else or you want a different name. +MagicSmoke runs with any web server that can execute PHP 5 scripts. Please be +aware that the client does enforce SSL encryption, so the web server must be +configured accordingly. + 2 - Database ------------- diff --git a/debian/gencl b/debian/gencl index aaa3741..37b6ef8 100755 --- a/debian/gencl +++ b/debian/gencl @@ -3,7 +3,7 @@ cl=debian/changelog REV="$(svn info|grep Revision:|cut -d " " -f 2)" -REV="2$(echo -n $REV|wc -c|tr 1-9 a-i)$REV" +REV="2$(echo -n $REV|wc -c|tr 0-9 a-j)$REV" if test `svn stat -q|wc -l` -gt 0 ; then REV="$REV-local0" diff --git a/src/smoke.pro b/src/smoke.pro index c7bf4df..5b63963 100644 --- a/src/smoke.pro +++ b/src/smoke.pro @@ -94,7 +94,7 @@ include(widgets/widgets.pri) include(wbase/wbase.pri) include(wob/wob.pri) -LIBS += -lgmp +#LIBS += -lgmp versiontarget.target = version.xml versiontarget.commands = svn info -R --xml --non-interactive .. > version.xml -- 1.7.2.5