aboutsummaryrefslogtreecommitdiff
path: root/doc/gsc.texi
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-06-05 12:29:00 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-06-05 12:29:00 +0000
commitba2ebb820881508c10afcdc3283447de1e4d85c2 (patch)
tree98dea2b5f7957c1969dca7a75fb8839c7e0cb236 /doc/gsc.texi
parent2c586254cf3fd476367b66eb9fab086bbc405674 (diff)
downloadgsc-ba2ebb820881508c10afcdc3283447de1e4d85c2.tar.gz
gsc-ba2ebb820881508c10afcdc3283447de1e4d85c2.tar.bz2
* jabberd/jabberd.h: Fix typo
* jabberd/progman.c (struct prog.pidfile): New member (register_prog): Take 6th argument, specifying the file to be deleted before startup. (register_transport, register_jabber_process): Update calls to register_prog (prog_start): Remove pidfile if requested (progman_dump_stats): Minor fix * jabberd/main.c: New configuration keyword (in `transport' section): `pidfile' * doc/gsc.texi: Update git-svn-id: file:///svnroot/gsc/trunk@258 d2de0444-eb31-0410-8365-af798a554d48
Diffstat (limited to 'doc/gsc.texi')
-rw-r--r--doc/gsc.texi9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/gsc.texi b/doc/gsc.texi
index bbd571b..435e077 100644
--- a/doc/gsc.texi
+++ b/doc/gsc.texi
@@ -1390,6 +1390,11 @@ case-insensitive.
@deffn {transport statement} facility @var{facility}
This statement does nothing. It is reserved for future use.
+
+@deffn {transport statement} pidfile @var{file}
+Remove @var{file} before starting the transport. It may be useful if
+the transport fails to delete its pidfile at the exit.
+@end deffn
@end deffn
@end deffn
@@ -1487,7 +1492,9 @@ end
# @r{Start @acronym{ICQ} transport and capture its output:}
transport jit
- command /usr/local/bin/jabberd-jit -c /usr/local/etc/jit.xml
+ command /usr/local/bin/jabberd-jit -c /usr/local/etc/jit.xml
+ # @r{Ensure the pidfile is removed at the startup.}
+ pidfile /usr/local/var/jabberd/pid/jit.pid
stdout notice
stderr notice
end

Return to:

Send suggestions and report system problems to the System administrator.