remove unused references to httpd.sock; found by dante catalfamo
authorjmc <jmc@openbsd.org>
Mon, 24 Oct 2022 15:02:01 +0000 (15:02 +0000)
committerjmc <jmc@openbsd.org>
Mon, 24 Oct 2022 15:02:01 +0000 (15:02 +0000)
ok florian

usr.sbin/httpd/httpd.8
usr.sbin/httpd/httpd.h

index f65b5d5..d2908fa 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: httpd.8,v 1.53 2016/09/15 20:57:07 jmc Exp $
+.\"    $OpenBSD: httpd.8,v 1.54 2022/10/24 15:02:01 jmc Exp $
 .\"
 .\" Copyright (c) 2014 Reyk Floeter <reyk@openbsd.org>
 .\"
@@ -14,7 +14,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd $Mdocdate: September 15 2016 $
+.Dd $Mdocdate: October 24 2022 $
 .Dt HTTPD 8
 .Os
 .Sh NAME
@@ -75,10 +75,6 @@ Default configuration file.
 Default SSL/TLS server key.
 .It Pa /etc/ssl/server.crt
 Default SSL/TLS server certificate.
-.It Pa /var/run/httpd.sock
-.Ux Ns -domain
-socket used for communication with
-.Nm .
 .It Pa /var/www/logs/access.log
 Default access log file.
 .It Pa /var/www/logs/error.log
index 17fba2b..6cef91a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: httpd.h,v 1.161 2022/08/15 12:29:17 claudio Exp $     */
+/*     $OpenBSD: httpd.h,v 1.162 2022/10/24 15:02:01 jmc Exp $ */
 
 /*
  * Copyright (c) 2006 - 2015 Reyk Floeter <reyk@openbsd.org>
@@ -44,7 +44,6 @@
 #endif
 
 #define CONF_FILE              "/etc/httpd.conf"
-#define HTTPD_SOCKET           "/var/run/httpd.sock"
 #define HTTPD_USER             "www"
 #define HTTPD_SERVERNAME       "OpenBSD httpd"
 #define HTTPD_DOCROOT          "/htdocs"