From: mdw Date: Sat, 29 Jul 2000 22:05:22 +0000 (+0000) Subject: Miscellaneous tidyings: X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/4cb04adbd7653fc4d4674efce22293854d2d6e0b?hp=4cb04adbd7653fc4d4674efce22293854d2d6e0b Miscellaneous tidyings: * Change the timeout to something more appropriate for real use. * Check assumptions about object types when binding the socket. In particular, don't zap the socket if it's really something else. * In @p_request@, return a failure if the shell command returned nonzero. Fix a bug in @p_get@ which incorrectly passes on a success code when this happens. * Dispose of the locked memory in client mode to avoid being antisocial. * Also in client mode, don't report closure from the server if we're running noninteractively. * Insert a missing option letter into the usage string. * Change to the root directory after forking in daemon mode. ---