diff options
Diffstat (limited to 'runtime/stpd/ChangeLog')
-rw-r--r-- | runtime/stpd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/runtime/stpd/ChangeLog b/runtime/stpd/ChangeLog index cd5159cd..948f44a6 100644 --- a/runtime/stpd/ChangeLog +++ b/runtime/stpd/ChangeLog @@ -1,3 +1,15 @@ +2005-09-06 Martin Hunt <hunt@redhat.com> + + * librelay.c: Remove all USE_PROCFS ifdefs. + (sig_usr): Signal handler for SIGUSR1. + (start_cmd): New function to handle "-c" option, forks() + off a new process then waits for SIGUSR1 to exec it. + (init_stp): Call start_cmd(). + (stp_main_loop): Set a signal handler for SIGCHLD. + + * stpd.c (main): Add "-t" and "-c" options. + (usage): Update with new options. + 2005-08-29 Martin Hunt <hunt@redhat.com> * stpd.c main): Add enable_relayfs flag. |