Commit Diff
- Commit:
b14eda0ab0630951b6e93297e6fe5370f0db98e3
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
- Message:
- rename gotwebd "socket" processes to "server" This name is more inuitive and matches the documentation of the prefork parameter in gotwebd.conf. ok jamsek
- Actions:
- Patch | Tree
--- gotwebd/gotwebd.c +++ gotwebd/gotwebd.c @@ -349,8 +349,8 @@ main(int argc, char **argv) log_setverbose(env->gotwebd_verbose); if (server_proc) { - setproctitle("sockets"); - log_procinit("sockets"); + setproctitle("server"); + log_procinit("server"); if (chroot(env->httpd_chroot) == -1) fatal("chroot %s", env->httpd_chroot);