summaryrefslogtreecommitdiffstats
path: root/network
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
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')
-rw-r--r--network/openfire/README19
-rw-r--r--network/openfire/README.SLACKWARE (renamed from network/openfire/README.Slackware)7
2 files changed, 14 insertions, 12 deletions
diff --git a/network/openfire/README b/network/openfire/README
index 3d1a09f8cc..7485f7dfd0 100644
--- a/network/openfire/README
+++ b/network/openfire/README
@@ -1,10 +1,19 @@
-Openfire is a real time collaboration (RTC) server written in Java
-and licensed under the Open Source Apache License.
-It uses the only widely adopted open protocol for instant messaging,
-XMPP (also called Jabber).
+Openfire is a real time collaboration (RTC) server written in Java and
+licensed under the Open Source Apache License. It uses the only widely
+adopted open protocol for instant messaging, XMPP (also called Jabber).
Openfire is incredibly easy to setup and administer, but offers
rock-solid security and performance.
This script repacks the tar.gz into a slackware package.
-See README.Slackware for building and setup details.
+
+Groupname and Username
+
+You must have the 'openfire' group and user to run this script,
+for example:
+
+ groupadd -g 265 openfire
+ useradd -u 265 -g 265 -c "Openfire Server" -m openfire
+
+
+See README.SLACKWARE for setup details.
diff --git a/network/openfire/README.Slackware b/network/openfire/README.SLACKWARE
index 4a997bd6fa..1746c640f4 100644
--- a/network/openfire/README.Slackware
+++ b/network/openfire/README.SLACKWARE
@@ -1,10 +1,3 @@
-## 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