Version 0.9: Use a nickserv password, and some fixes for OCaml 3.11.
[xavierbot.git] / Makefile.config
index f8022b1..82c0e16 100644 (file)
@@ -1,7 +1,8 @@
-# $Id: Makefile.config,v 1.1 2007/06/28 19:47:26 rjones Exp $
+# -*- Makefile -*-
+# $Id: Makefile.config,v 1.11 2010/04/04 19:38:40 rjones Exp $
 
 PACKAGE := xavierbot
-VERSION := 0.1
+VERSION := 0.9
 
 # Prefix for installation.
 # - Binaries are installed in $(PREFIX)/sbin
@@ -26,3 +27,17 @@ OCAML=/usr/bin/ocaml
 
 # OCaml command user.
 OCAMLUSER=nobody
+
+#----------------------------------------------------------------------
+# 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