summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2004-09-26 12:45:12 +0000
committerRenat Lumpau <rl03@gentoo.org>2004-09-26 12:45:12 +0000
commit6056aad58cd03a6c3f56e3f186d15dc9ccfcd0bc (patch)
tree4fe2937e2c900b6a501327509ad50d7385c0251d /www-apps/otrs/files
parentVersion bump (bug #65217), reorganized install location (Manifest recommit) (diff)
downloadgentoo-2-6056aad58cd03a6c3f56e3f186d15dc9ccfcd0bc.tar.gz
gentoo-2-6056aad58cd03a6c3f56e3f186d15dc9ccfcd0bc.tar.bz2
gentoo-2-6056aad58cd03a6c3f56e3f186d15dc9ccfcd0bc.zip
Removing old version, see ChangeLog!
Diffstat (limited to 'www-apps/otrs/files')
-rw-r--r--www-apps/otrs/files/digest-otrs-1.2.41
-rw-r--r--www-apps/otrs/files/postinstall-en.txt20
-rw-r--r--www-apps/otrs/files/reconfig7
3 files changed, 0 insertions, 28 deletions
diff --git a/www-apps/otrs/files/digest-otrs-1.2.4 b/www-apps/otrs/files/digest-otrs-1.2.4
deleted file mode 100644
index a199a0ef1f36..000000000000
--- a/www-apps/otrs/files/digest-otrs-1.2.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7c2c55a5104044635220593e0511540c otrs-1.2.4-01.tar.bz2 5201485
diff --git a/www-apps/otrs/files/postinstall-en.txt b/www-apps/otrs/files/postinstall-en.txt
deleted file mode 100644
index e1f3a205e7fc..000000000000
--- a/www-apps/otrs/files/postinstall-en.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-***********************************************************
-Your installation is almost complete.
-1. You now need to edit ${VHOST_ROOT}/Kernel/Config.pm and set some
-Kernel::Config options (FQDN, SystemID, TicketHook, Home, ...). Consult
-Config.pm.dist for a start.
-
-***********************************************************
-2. Configure and restart your webserver.
-Read /usr/share/doc/${P}/README.webserver.gz. Sample config files are in
-${VHOST_ROOT}/scripts
-
-***********************************************************
-3. Setup your database. Read /usr/share/doc/${P}/README.database.gz
-
-***********************************************************
-
-4. Read /usr/share/doc/${P}/INSTALL.gz to finish the installation. Cronjobs are
-in /var/otrs/cron
diff --git a/www-apps/otrs/files/reconfig b/www-apps/otrs/files/reconfig
deleted file mode 100644
index d4d9fe91f21f..000000000000
--- a/www-apps/otrs/files/reconfig
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-if [ $1 = "start" -o $1 = "install" ]; then
- sed -i "s|/opt/otrs|${VHOST_ROOT}|" ${VHOST_ROOT}/Kernel/Config.pm.dist ${VHOST_ROOT}/scripts/*
-elif [ $1 = "clean" ]; then
- rm -f ${VHOST_ROOT}/scripts/*
-fi