LP#1268619: websockets: README typo repairs
authorBill Erickson <berick@esilibrary.com>
Mon, 10 Mar 2014 12:41:45 +0000 (08:41 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 19 Aug 2014 22:54:46 +0000 (15:54 -0700)
Patch from Warren Layton to repair path to 'envvars' and clarify some
text.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

README.websockets

index 639e080..69a56c0 100644 (file)
@@ -22,7 +22,7 @@ Websockets installation instructions for Debian
 % cp /path/to/OpenSRF/examples/apache2/websockets/apache2.conf /etc/apache2-websockets/
 
 # OPTIONAL: add these configuration variables to
-# /etc/init.d/apache2-websockets/envvars and adjust as needed.
+# /etc/apache2-websockets/envvars and adjust as needed.
 # export OSRF_WEBSOCKET_IDLE_TIMEOUT=60
 # export OSRF_WEBSOCKET_IDLE_CHECK_INTERVAL=5
 # export OSRF_WEBSOCKET_CONFIG_FILE=/openils/conf/opensrf_core.xml
@@ -41,6 +41,6 @@ Websockets installation instructions for Debian
 # CONFIG_FILE / CTXT are the standard opensrf core config options.
 
 # After OpenSRF is up and running (or after any re-install),
-# fire up the secondary Apache instance errors will appear in
+# fire up the secondary Apache instance. Errors will appear in
 # /var/log/apache2-websockets/error.log
 % /etc/init.d/apache2-websockets start