aboutsummaryrefslogtreecommitdiffstats
path: root/net/sulci/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/sulci/files/pkg-message.in')
-rw-r--r--net/sulci/files/pkg-message.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/sulci/files/pkg-message.in b/net/sulci/files/pkg-message.in
new file mode 100644
index 000000000000..34422d382941
--- /dev/null
+++ b/net/sulci/files/pkg-message.in
@@ -0,0 +1,23 @@
+You have to do something like bellow before starting up the bot.
+
+ # mkdir home/of/the/sulci/the/bot
+ # cd home/of/the/sulci/the/bot
+ # cp %%PREFIX%%/share/examples/sulci/sulci.conf.example sulci.conf
+ # vi sulci.conf
+ # ln -s %%PREFIX%%/share/sulci/tlds.db .
+
+ # echo sulci_enable=\"YES\" >> /etc/rc.conf
+ # echo sulci_chdir=\"home/of/the/sulci/the/bot\" >> /etc/rc.conf
+
+
+Also, you could add rc.subr's vars like this:
+
+ sulci_user="sulci"
+ sulci_nice="20"
+ sulci_precmd="eval `/usr/bin/limits -U sulci -e`"
+
+and don't forget to chown home/of/the/sulci/the/bot
+
+
+Note: you have to get the key from Google before using the "google"
+plug-in. See http://api.google.com/ for how to.