From 630af0ed6c0af69c7df2e45aef7a87722a3c00c0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:47 +0200 Subject: tagging ychat-perl-legacy --- 0.4.8a2/setup.sh | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 0.4.8a2/setup.sh (limited to '0.4.8a2/setup.sh') diff --git a/0.4.8a2/setup.sh b/0.4.8a2/setup.sh new file mode 100644 index 0000000..6b3ef8a --- /dev/null +++ b/0.4.8a2/setup.sh @@ -0,0 +1,50 @@ +#!/bin/sh +echo +echo yChat wird konfiguriert! +echo +mkdir data +chmod 777 data +mkdir data/logs +chmod 777 data/logs +mkdir data/msgs +chmod 777 data/msgs +mkdir data/user +chmod 777 data/user +mkdir data/user/counts +chmod 777 data/user/counts +mkdir data/user/memos +chmod 777 data/user/memos +mkdir data/user/options +chmod 777 data/user/options +mkdir data/user/profiles +chmod 777 data/user/profiles +mkdir data/user/gbooks +chmod 777 data/user/gbooks +mkdir data/user/lastlogin +chmod 777 data/user/lastlogin +mkdir data/online +chmod 777 data/online +mkdir data/online/rooms +chmod 777 data/online/rooms +mkdir data/online/pids +chmod 777 data/online/pids +mkdir data/online/rstat +chmod 777 data/online/rstat +mkdir data/online/users +chmod 777 data/online/users +mkdir data/online/ident +chmod 777 data/online/ident +chmod 777 data/htdocs/* +chmod 777 *.pl +chmod 777 config.pm +mkdir dokus/ +mv *.txt dokus/ +mkdir ../../htdocs/yChat/ +mv *.gif ../../htdocs/yChat/ +mv *.swf ../../htdocs/yChat/ + +echo +echo yChat Setup beendet ... +echo Created and Copyright by Paul C. Bütow +echo + -- cgit v1.2.3