X-Git-Url: http://git.annexia.org/?p=xavierbot.git;a=blobdiff_plain;f=Makefile.config;h=a62fd573444322f37b4695e1e64010631347b493;hp=ed97661575f258c15b1343605f8da8b728d551be;hb=cc231442a67a455523ae8ea36c49f9f2a31bc230;hpb=1e6d6c08bec29a317316f107b7d9bde285c1f798 diff --git a/Makefile.config b/Makefile.config index ed97661..a62fd57 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,4 +1,4 @@ -# $Id: Makefile.config,v 1.2 2007/06/28 20:49:10 rjones Exp $ +# $Id: Makefile.config,v 1.3 2007/06/28 20:57:49 rjones Exp $ PACKAGE := xavierbot VERSION := 0.1 @@ -27,10 +27,16 @@ 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. +#---------------------------------------------------------------------- +# +# If you want to run the bot without installing, leave the +# following lines uncommented. +# +# You will also need to create directory $(CHROOTDIR), +# compile everything, and then: +# +# chown root.root ocamlbotwrapper +# chmod ug+s ocamlbotwrapper +# INITSCRIPT=init WRAPPER=./ocamlbotwrapper