X-Git-Url: http://git.annexia.org/?p=xavierbot.git;a=blobdiff_plain;f=Makefile.config;h=ed97661575f258c15b1343605f8da8b728d551be;hp=f8022b1fa1dedc437cf9ddb1f82efd7ea3e5f6d9;hb=1e6d6c08bec29a317316f107b7d9bde285c1f798;hpb=d165f93ed79c62a1fa76f391d87ffc4d215b9efe diff --git a/Makefile.config b/Makefile.config index f8022b1..ed97661 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,4 +1,4 @@ -# $Id: Makefile.config,v 1.1 2007/06/28 19:47:26 rjones Exp $ +# $Id: Makefile.config,v 1.2 2007/06/28 20:49:10 rjones Exp $ PACKAGE := xavierbot VERSION := 0.1 @@ -26,3 +26,11 @@ OCAML=/usr/bin/ocaml # OCaml command user. OCAMLUSER=nobody + + +# If you want to run it without installing, leave the +# following uncommented. You will also need to create +# directory $(CHROOTDIR), compile everything, and make +# ocamlbotwrapper be chown root.root, chmod ug+s. +INITSCRIPT=init +WRAPPER=./ocamlbotwrapper