aboutsummaryrefslogtreecommitdiff
path: root/mail/horde-imp/files
diff options
context:
space:
mode:
Diffstat (limited to 'mail/horde-imp/files')
-rw-r--r--mail/horde-imp/files/pkg-deinstall.in23
-rw-r--r--mail/horde-imp/files/pkg-install.in23
-rw-r--r--mail/horde-imp/files/pkg-message.in7
3 files changed, 4 insertions, 49 deletions
diff --git a/mail/horde-imp/files/pkg-deinstall.in b/mail/horde-imp/files/pkg-deinstall.in
deleted file mode 100644
index e4787a72dfe4..000000000000
--- a/mail/horde-imp/files/pkg-deinstall.in
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-if [ x$2 != xDEINSTALL ]; then
- exit
-fi
-
-if [ -z "${PACKAGE_BUILDING}" ]; then
- for cf in `ls %%IMPDIR%%/config/*php %%IMPDIR%%/config/*txt`; do
- diff -bBqw $cf $cf.dist >/dev/null 2>&1
- case $? in
- 0) # original config file, delete it
- rm -f $cf
- ;;
- 1) # config file has been updated, leave it alone
- ;;
- *) # not found?
- ;;
- esac
- done
-fi
diff --git a/mail/horde-imp/files/pkg-install.in b/mail/horde-imp/files/pkg-install.in
deleted file mode 100644
index 7a19b9e2b9de..000000000000
--- a/mail/horde-imp/files/pkg-install.in
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-PATH=/usr/sbin:/usr/bin:/bin ; export PATH
-
-case $2 in
- PRE-INSTALL)
- ;;
-
- POST-INSTALL)
- if [ -z "${PACKAGE_BUILDING}" ]; then
- # Copy over sample config files unless they already exist
-
- for cf in `ls %%IMPDIR%%/config/*.dist | sed -e 's/\.dist//g'`; do
- if [ ! -f $cf ]; then
- cp -p $cf.dist $cf
- fi
- done
- fi
- ;;
-esac
diff --git a/mail/horde-imp/files/pkg-message.in b/mail/horde-imp/files/pkg-message.in
index 0d82a9a5d916..9a3de8c83b0c 100644
--- a/mail/horde-imp/files/pkg-message.in
+++ b/mail/horde-imp/files/pkg-message.in
@@ -1,12 +1,13 @@
************************************************************************
-IMP has been installed in %%IMPDIR%% with your blank
+IMP has been installed in %%HORDIR%%/ with your blank
configuration files.
Horde must be configured and the tables created; if not, see
-`pkg_info -D -x horde'.
+`pkg_info -Dx horde-base'.
Then, you have to tune the configuration files located in
-%%CONFDIR%%/, specially the file servers.php to define your mailserver.
+%%HORCFG%%/, especially the file servers.php
+to define your mailserver.
Then, you must login to Horde as a Horde Administrator to finish the
configuration. Please read %%DOCSDIR%%/INSTALL.