crelay: update to 0.10.1
[feed/packages.git] / utils / crelay / patches / 030-remove_daemonize_call.patch
diff --git a/utils/crelay/patches/030-remove_daemonize_call.patch b/utils/crelay/patches/030-remove_daemonize_call.patch
deleted file mode 100644 (file)
index 9b2216e..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/src/crelay.c
-+++ b/src/crelay.c
-@@ -678,10 +678,12 @@ int main(int argc, char *argv[])
-       listen(sock, 5);
-       syslog(LOG_DAEMON | LOG_NOTICE, "HTTP server listening on %s:%d\n", inet_ntoa(iface), port);      
-+#if 0
-       if (daemon(0, 0) == -1) {
-             syslog(LOG_DAEMON | LOG_ERR, "Failed to daemonize: %s", strerror(errno));
-             exit(EXIT_FAILURE);
-       }
-+#endif
-       while (1)
-       {