summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2005-04-09 23:47:56 +0000
committerAlexey Shchepin <alexey@process-one.net>2005-04-09 23:47:56 +0000
commit13de45118d951e955074a2a9775298b36f92f718 (patch)
treebda493618028d36e778186b6f0387b64faeb0e92 /examples
parent* src/ejabberd_c2s.erl: Send new id for each new stream inside one (diff)
* src/ejabberd_c2s.erl: Send new id for each new stream inside one
session (thanks to Maxim Ryazanov) * src/tls/tls_drv.c: Now reads all certificates from certificate file instead of reading only first one (thanks to Karl-Johan Karlsson) * examples/transport-configs/init-scripts/jabber-gg-transport: Fixed typo (thanks to Sander Devrieze) SVN Revision: 305
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/transport-configs/init-scripts/jabber-gg-transport3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/transport-configs/init-scripts/jabber-gg-transport b/examples/transport-configs/init-scripts/jabber-gg-transport
index 17718fb9..269685d0 100755
--- a/examples/transport-configs/init-scripts/jabber-gg-transport
+++ b/examples/transport-configs/init-scripts/jabber-gg-transport
@@ -33,8 +33,7 @@ case "$1" in
stop)
echo "Stopping $NAME."
killall $NAME &
-# BUG REPORTEN hiervoor: bij afsluiten blijft telkens PID-bestand achter
- rm $HOME/../../../var/run/jabber/jabber-gg-transport.pid
+ rm /var/run/jabber/jabber-gg-transport.pid
;;
restart|reload)