[INN-COMMITTERS] inn (11 files)
Russ Allbery
Russ_Allbery at isc.org
Thu Aug 29 05:17:57 UTC 2002
Date: Wednesday, August 28, 2002 @ 22:17:56
Author: rra
Path: /dist1/cvs/isc/inn/inn
Added: include/portable/setproctitle.h lib/setproctitle.c
Modified: MANIFEST TODO configure configure.in frontends/ovdb_monitor.c
frontends/ovdb_server.c include/config.h.in lib/Makefile
nnrpd/nnrpd.c
Move the TITLEset stuff out of nnrpd and the ovdb server processes into
lib as a replacement function for setproctitle. Detect HP-UX's
idiosyncratic way to do the same thing in a cleaner fashion, and make the
handling a bit more consistent (including allowing variable arguments to
be passed into our setproctitle replacement, since the standard one allows
that).
---------------------------------+
MANIFEST | 2
TODO | 5
configure | 519 +++++++++++++++++++++-----------------
configure.in | 12
frontends/ovdb_monitor.c | 59 ----
frontends/ovdb_server.c | 63 ----
include/config.h.in | 5
include/portable/setproctitle.h | 25 +
lib/Makefile | 17 -
lib/setproctitle.c | 102 +++++++
nnrpd/nnrpd.c | 67 ----
11 files changed, 458 insertions(+), 418 deletions(-)
More information about the inn-committers
mailing list