summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot2006-06-16 01:02:55 -0500
committerroot2006-06-16 01:02:55 -0500
commitde28dfa97e6400d332bf9d778c05948df22b1632 (patch)
treec243984b336d277575e69b4725227cbe08313a43
parent7bed1a5760a8a537b7d6f4d8767b04dbcb627965 (diff)
./chat-irc/bitlbee/POST_INSTALL: 2006/06/15 sync stable from p4
-rwxr-xr-xchat-irc/bitlbee/POST_INSTALL32
1 files changed, 0 insertions, 32 deletions
diff --git a/chat-irc/bitlbee/POST_INSTALL b/chat-irc/bitlbee/POST_INSTALL
deleted file mode 100755
index 515cf34dba..0000000000
--- a/chat-irc/bitlbee/POST_INSTALL
+++ /dev/null
@@ -1,32 +0,0 @@
-# repertory for bitlbee to store personnal datas of each user
-# allow bitlbee to write in by changing owner
-if ! [ -d /var/lib/bitlbee ]; then
- mkdir /var/lib/bitlbee
- chown nobody.nogroup /var/lib/bitlbee
-fi
-
-# default configuration files installation (bitlbee.conf and motd.txt)
-# files removed when dispelled if not modified by user
-if [ -f /etc/bitlbee/bitlbee.conf ]; then
- echo "A Bitlbee configuration file already exists"
-else
- make install-etc
-fi
-
-# starting file for super server xinetd (xinetd.d/bitlbee file)
-# sorcery is magic, just need this file in the spell
-
-message ""
-# maybe automatically with sedit later
-message "For now, bitlbee requires inetd or xinetd to launch"
-message "if inetd, add the following line to /etc/inetd.conf"
-message "6667 stream tcp nowait nobody /usr/sbin/bitlbee bitlbee"
-message "if xinetd, check the bitlbee file in /etc/xinetd.d/ fits your needs"
-
-# adding a line to /etc/services to allow bitlbee to run
-# sorcery is magic, just need a services file in the spell...
-message ""
-message "A line was added in /etc/services to enable the local bitlbee server"
-message "Check your firewall configuration for the 6667 port"
-
-default_post_install