Miscellaneous tidyings:
authormdw <mdw>
Sat, 29 Jul 2000 22:05:22 +0000 (22:05 +0000)
committermdw <mdw>
Sat, 29 Jul 2000 22:05:22 +0000 (22:05 +0000)
commit4cb04adbd7653fc4d4674efce22293854d2d6e0b
tree9afe0a3901fa5db327aac77c56bdb796dc60af31
parentd92b3cee9432cfb30b85acd42ed4b4f8dc48b4d7
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.
pixie.c