summaryrefslogtreecommitdiff
path: root/community/hula/hula.install
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-12-07 15:02:31 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-12-07 15:02:31 +0000
commit8736f458a17a03cf79a763a0c8122f93162fed71 (patch)
treefba97f22de8410ee5df8985e6c98756093578100 /community/hula/hula.install
parentd1d87d2ac643e3dabc251f3cec7d3b00e29b282c (diff)
Wed Dec 7 15:02:27 UTC 2011
Diffstat (limited to 'community/hula/hula.install')
-rw-r--r--community/hula/hula.install24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/hula/hula.install b/community/hula/hula.install
deleted file mode 100644
index eaca1d08e..000000000
--- a/community/hula/hula.install
+++ /dev/null
@@ -1,24 +0,0 @@
-post_install() {
-/bin/cat <<THEEND
-cd to /opt/hula/sbin/ and run:
-
- $ ./hulasetup --domain=your.domain.com --dns=ip.of.dns.server
-
-If you don't specify the --domain argument, then it will default to localhost.localdomain as your domain.
-
-Specifying the IP address of your DNS server is useful; hula doesn't pick it up from /etc/resolv.conf. You need to set it in order to send mail out.
-
-If you already have servers running for services that hula provides, you can change the port hula will use for them with hulamanager too. For example, if you already have apache running on port 80, you can make the hula webserver use port 8080:
-
- $ ./hulasetup --http=8080
-
-Parameters for other services are --https, --ldap, --webadmin and --webadmins. The smtp port can't be changed.
-
-THEEND
-}
-
-post_remove() {
- # too many files and dirs created by setup. just rm it all
- rm -rf /opt/hula
-}
-