Files
bsdports/net/fcgiwrap/files/patch-fcgiwrap.8
2019-12-26 07:26:06 +00:00

22 lines
737 B
Groff

--- fcgiwrap.8.orig 2013-02-03 13:25:17 UTC
+++ fcgiwrap.8
@@ -42,6 +42,9 @@ takes care of opening the socket. Howeve
tests this option may be used. Valid socket_urls include \fIunix:/path/to/unix/socket\fP,
\fItcp:dot.ted.qu.ad:port\fP and \fItcp6:[ipv6_addr]:port\fP.
.TP
+.B \-p \fIpath\fP
+Restrict execution to the given path. Repeated options will be merged.
+.TP
.B \-h
Show a help message and exit.
@@ -113,3 +116,8 @@ with contributions by W-Mark Kubacki <wm
This manual page was written by Jordi Mallach <jordi@debian.org>
(with contributions by Grzegorz Nosek)
for the Debian project (and may be used by others).
+.PP
+The
+.B \-p
+option was contributed by <takefu@airport.fm> as an addition to the FreeBSD
+port.