1 |
diff -ruN geneweb-6.08/rpm/geneweb-initrc.sh geneweb-6.08-a/rpm/geneweb-initrc.sh |
diff -urN geneweb-6.08.old/rpm/geneweb-initrc.sh geneweb-6.08/rpm/geneweb-initrc.sh |
2 |
--- geneweb-6.08/rpm/geneweb-initrc.sh 2015-05-07 13:42:44.000000000 +0400 |
--- geneweb-6.08.old/rpm/geneweb-initrc.sh 2015-05-07 13:42:44.000000000 +0400 |
3 |
+++ geneweb-6.08-a/rpm/geneweb-initrc.sh 2015-05-26 20:03:50.129426431 +0400 |
+++ geneweb-6.08/rpm/geneweb-initrc.sh 2019-04-02 22:23:51.000000000 +0400 |
4 |
@@ -21,9 +21,9 @@ |
@@ -21,9 +21,9 @@ |
5 |
echo "Starting GeneWeb Services:" |
echo "Starting GeneWeb Services:" |
6 |
touch /var/log/gwd.log /var/log/gwsetup.log |
touch /var/log/gwd.log /var/log/gwsetup.log |
34 |
hd=../gw/gw |
hd=../gw/gw |
35 |
killproc $hd/gwd |
killproc $hd/gwd |
36 |
killproc $hd/gwsetup |
killproc $hd/gwsetup |
|
diff -ruN geneweb-6.08/tools/Makefile.inc.unix geneweb-6.08-a/tools/Makefile.inc.unix |
|
|
--- geneweb-6.08/tools/Makefile.inc.unix 2015-05-07 13:42:44.000000000 +0400 |
|
|
+++ geneweb-6.08-a/tools/Makefile.inc.unix 2015-05-26 20:03:50.129426431 +0400 |
|
|
@@ -3,10 +3,10 @@ |
|
|
TOP=.. |
|
|
CAMLP5_COMM=TOP=$(TOP) $(TOP)/tools/camlp5_comm.sh |
|
|
CAMLP5F=-DUNIX |
|
|
-CAMLP5D=+camlp5 |
|
|
+CAMLP5D=/usr/local/lib/ocaml/camlp5 |
|
|
LIBUNIX=-cclib -lunix |
|
|
-OCAMLC=ocamlc.opt -warn-error A |
|
|
-OCAMLOPT=ocamlopt.opt -warn-error A |
|
|
+OCAMLC=ocamlc -warn-error A |
|
|
+OCAMLOPT=ocamlopt -warn-error A |
|
|
OCAMLI= |
|
|
OCAMLD= |
|
|
STRIP=strip |
|