]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
mods of #477 rrdcached document changes 497/head
authormoli <phpmoli@users.noreply.github.com>
Fri, 23 May 2014 22:13:59 +0000 (00:13 +0200)
committermoli <phpmoli@users.noreply.github.com>
Fri, 23 May 2014 22:13:59 +0000 (00:13 +0200)
when group option is specified, socket permission is 760, not 750, i've tested this. the context confirms this behaviour is right, the text was wrong.
-P restricts unix sockets too! tested this also.

doc/rrdcached.pod

index b46a9455f31031d5eb3a46f40516fc82c7a02ea3..888de3f089a63343378a78c3aad7751463039a3d 100644 (file)
@@ -83,7 +83,7 @@ empty string parameter.
 
 Set the group permissions of a UNIX domain socket. The option accepts either
 a numeric group id or group name. That group will then have both read and write
-permissions (the socket will have file permissions 0750) for the socket and,
+permissions (the socket will have file permissions 0760) for the socket and,
 therefore, is able to send commands to the daemon. This
 may be useful in cases where you cannot easily run all RRD processes with the same
 user privileges (e.g. graph generating CGI scripts that typically run in the
@@ -118,7 +118,7 @@ use the system default.
 
 =item B<-P> I<command>[,I<command>[,...]]
 
-Specifies the commands accepted via a network socket. This allows
+Specifies the commands accepted via both a network and a UNIX socket. This allows
 administrators of I<RRDCacheD> to control the actions accepted from various
 sources.