diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2014-06-10 14:33:02 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2014-06-10 14:33:02 +0000 |
commit | a0cc200446dda43ea318a39ad21de44564545d91 (patch) | |
tree | 735534901ef7ac8b281a0b089fcb8722bfcf2741 /usr.sbin/slowcgi/slowcgi.8 | |
parent | bfe4f4478e8b83f23cecde3e35cde75bd8111eed (diff) |
Cleanup socket creation.
Input ajacoutot some time ago; OK henning@
Diffstat (limited to 'usr.sbin/slowcgi/slowcgi.8')
-rw-r--r-- | usr.sbin/slowcgi/slowcgi.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/slowcgi/slowcgi.8 b/usr.sbin/slowcgi/slowcgi.8 index 7307c7ac83e..9f1b4f99628 100644 --- a/usr.sbin/slowcgi/slowcgi.8 +++ b/usr.sbin/slowcgi/slowcgi.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: slowcgi.8,v 1.7 2014/01/20 13:00:31 florian Exp $ +.\" $OpenBSD: slowcgi.8,v 1.8 2014/06/10 14:33:01 florian Exp $ .\" .\" Copyright (c) 2013 Florian Obser <florian@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: January 20 2014 $ +.Dd $Mdocdate: June 10 2014 $ .Dt SLOWCGI 8 .Os .Sh NAME @@ -49,7 +49,7 @@ is not intended for these applications. .Nm opens a socket at .Pa /var/www/run/slowcgi.sock , -owned by root:www, +owned by www:www, with permissions 0660. It will then .Xr chroot 8 |