From 1fd3f0be35939fcfca2a26c78022e61a90f0e44d Mon Sep 17 00:00:00 2001 From: jmc Date: Mon, 24 Oct 2022 15:02:01 +0000 Subject: [PATCH] remove unused references to httpd.sock; found by dante catalfamo ok florian --- usr.sbin/httpd/httpd.8 | 8 ++------ usr.sbin/httpd/httpd.h | 3 +-- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/usr.sbin/httpd/httpd.8 b/usr.sbin/httpd/httpd.8 index f65b5d5ed4c..d2908fac88c 100644 --- a/usr.sbin/httpd/httpd.8 +++ b/usr.sbin/httpd/httpd.8 @@ -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 .\" @@ -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 diff --git a/usr.sbin/httpd/httpd.h b/usr.sbin/httpd/httpd.h index 17fba2b4188..6cef91ade8b 100644 --- a/usr.sbin/httpd/httpd.h +++ b/usr.sbin/httpd/httpd.h @@ -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 @@ -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" -- 2.20.1