X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.config;h=a66fbee6904a7c0d9f01fb5226d72da7a022a576;hb=1404efcc8dc5e7bebfcd3af1b1cd03ffdd169cae;hp=ed97661575f258c15b1343605f8da8b728d551be;hpb=1e6d6c08bec29a317316f107b7d9bde285c1f798;p=xavierbot.git diff --git a/Makefile.config b/Makefile.config index ed97661..a66fbee 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,7 +1,8 @@ -# $Id: Makefile.config,v 1.2 2007/06/28 20:49:10 rjones Exp $ +# -*- Makefile -*- +# $Id: Makefile.config,v 1.8 2007/06/29 21:43:21 rjones Exp $ PACKAGE := xavierbot -VERSION := 0.1 +VERSION := 0.6 # Prefix for installation. # - Binaries are installed in $(PREFIX)/sbin @@ -27,10 +28,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 'sudo make permissions' +# which is just the same doing: +# +# chown root.root ocamlbotwrapper +# chmod ug+s ocamlbotwrapper +# INITSCRIPT=init WRAPPER=./ocamlbotwrapper