1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-18 07:13:36 +02:00

httpd worries me a bit, so I want to random-relink it at boot.

The new /etc/rc relinking components will automatically pick up this
new directory and process it.
This commit is contained in:
deraadt
2026-06-04 05:34:53 +00:00
parent bd3e85e0af
commit 19b3b9e8a9
+2 -1
View File
@@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.31 2024/01/04 18:17:47 espie Exp $
# $OpenBSD: Makefile,v 1.32 2026/06/04 05:34:53 deraadt Exp $
PROG= httpd
RELINK= "./${PROG} -n -f /etc/examples/httpd.conf 2> /dev/null"
SRCS= parse.y
SRCS+= config.c control.c httpd.c log.c logger.c proc.c
SRCS+= server.c server_http.c server_file.c server_fcgi.c