summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2004-08-19 15:14:24 +0000
committerRenat Lumpau <rl03@gentoo.org>2004-08-19 15:14:24 +0000
commit7e81e99c088a2b92531eed0a803e9bbf2391d92e (patch)
tree6f6ffb62bf83ded72976e3e1f7f1eecfea57e300 /www-apps/moregroupware/files
parent3.3.0 final (Manifest recommit) (diff)
downloadgentoo-2-7e81e99c088a2b92531eed0a803e9bbf2391d92e.tar.gz
gentoo-2-7e81e99c088a2b92531eed0a803e9bbf2391d92e.tar.bz2
gentoo-2-7e81e99c088a2b92531eed0a803e9bbf2391d92e.zip
Initial ebuild
Diffstat (limited to 'www-apps/moregroupware/files')
-rw-r--r--www-apps/moregroupware/files/digest-moregroupware-0.7.21
-rw-r--r--www-apps/moregroupware/files/postinstall-en.txt13
-rw-r--r--www-apps/moregroupware/files/reconfig7
3 files changed, 21 insertions, 0 deletions
diff --git a/www-apps/moregroupware/files/digest-moregroupware-0.7.2 b/www-apps/moregroupware/files/digest-moregroupware-0.7.2
new file mode 100644
index 000000000000..45f50e4aa05d
--- /dev/null
+++ b/www-apps/moregroupware/files/digest-moregroupware-0.7.2
@@ -0,0 +1 @@
+MD5 2aa0aaa708c7a238c90f696ef6c37ae6 moregroupware-core-0.7.2.tar.gz 1917546
diff --git a/www-apps/moregroupware/files/postinstall-en.txt b/www-apps/moregroupware/files/postinstall-en.txt
new file mode 100644
index 000000000000..c1f073e84f20
--- /dev/null
+++ b/www-apps/moregroupware/files/postinstall-en.txt
@@ -0,0 +1,13 @@
+
+You are almost done!
+
+1. Restart your webserver and your database daemon.
+
+2. Point your browser to the URL http://<your_server_address>/moregroupware
+and follow the install script.
+
+Don't forget to read the installation manual, available from
+http://moregroupware.sourceforge.net/manual/en/index.html
+It describes the rest of the installation process.
+
+Enjoy more.groupware!
diff --git a/www-apps/moregroupware/files/reconfig b/www-apps/moregroupware/files/reconfig
new file mode 100644
index 000000000000..3fd79f5f7c11
--- /dev/null
+++ b/www-apps/moregroupware/files/reconfig
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+if [ $1 = "start" -o $1 = "install" ]; then
+ chown ${VHOST_SERVER_UID}:${VHOST_SERVER_GID} ${MY_INSTALLDIR}
+else
+ echo $1
+fi