summaryrefslogtreecommitdiffstats
path: root/network/openfire/README.Slackware
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2017-01-29 13:02:25 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-04 07:00:24 +0700
commited8527ea74a9b8bc2aa4059e3e6683cd7627d656 (patch)
tree2950c1c63e8bd38b5a658081a8ef797c980f73f8 /network/openfire/README.Slackware
parentdcc8fb72527c9cdfc4bb04c4d8cc9bb57f67a24a (diff)
downloadslackbuilds-ed8527ea74a9b8bc2aa4059e3e6683cd7627d656.tar.gz
slackbuilds-ed8527ea74a9b8bc2aa4059e3e6683cd7627d656.tar.xz
network/openfire: Put group/user info in README.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/openfire/README.Slackware')
-rw-r--r--network/openfire/README.Slackware24
1 files changed, 0 insertions, 24 deletions
diff --git a/network/openfire/README.Slackware b/network/openfire/README.Slackware
deleted file mode 100644
index 4a997bd6fa..0000000000
--- a/network/openfire/README.Slackware
+++ /dev/null
@@ -1,24 +0,0 @@
-## Building
-This script requires an 'openfire' user/group to exist before
-running.
-The recommended UID/GID is 265. You can create these like so:
- groupadd -g 265 openfire
- useradd -u 265 -g 265 -c "Openfire Server" -m openfire
-
-## Startup
-To have this start upon each boot, add the following lines to
-/etc/rc.d/rc.local
-
- # Start openfire
- if [ -x /etc/rc.d/rc.openfire ]; then
- /etc/rc.d/rc.openfire start
- fi
-
-to stop it at shutdown, add a similar entry substituting
-"start" with "stop" in /etc/rc.d/rc.local_shutdown.
-
-## Setup
-For information about setup see:
-http://www.howtoforge.com/how-to-set-up-an-openfire-instant-messaging-server-on-centos-5.6
-http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/database.html
-http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/install-guide.html