From 77c7f5889e8f31038cd732feb3e6057a0d3788b5 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 10 Mar 2014 08:41:45 -0400 Subject: [PATCH] LP#1268619: websockets: README typo repairs Patch from Warren Layton to repair path to 'envvars' and clarify some text. Signed-off-by: Bill Erickson Signed-off-by: Galen Charlton --- README.websockets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.websockets b/README.websockets index 639e080..69a56c0 100644 --- a/README.websockets +++ b/README.websockets @@ -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 -- 2.43.2