diff options
author | znerd <znerd@FreeBSD.org> | 2002-03-13 05:42:47 +0800 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-03-13 05:42:47 +0800 |
commit | 590ad631205c53d1dda3d56519bbe99729a651da (patch) | |
tree | c082161536d527b7f1a0efcf999d646e21f55c38 /www/orion | |
parent | b2017c7db4d6617dc2cec8e11c23acba96e64687 (diff) | |
download | freebsd-ports-gnome-590ad631205c53d1dda3d56519bbe99729a651da.tar.gz freebsd-ports-gnome-590ad631205c53d1dda3d56519bbe99729a651da.tar.zst freebsd-ports-gnome-590ad631205c53d1dda3d56519bbe99729a651da.zip |
Fixed the description for the /var/run/orion.pid file.
It is now in accordance with reality. :-)
Diffstat (limited to 'www/orion')
-rw-r--r-- | www/orion/files/orionctl.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/orion/files/orionctl.1 b/www/orion/files/orionctl.1 index c7c2647a75d2..67a7d29963cc 100644 --- a/www/orion/files/orionctl.1 +++ b/www/orion/files/orionctl.1 @@ -58,9 +58,9 @@ Prints an error message and exits the script with error code 4. .Bl -tag -width -indent .It Pa /var/run/orion.pid The %%APP_TITLE%% PID file that is used to store the process -ID of the currently running process in. It is deleted as soon as the server is -stopped and recreated when it is started. It should never be writable for anyone but -.Em root , +ID of the currently running process in. It is emptied as soon as the server is +stopped and filled with the process ID when it is started. It should never be writable for anyone but +.Em www , .It Pa %%PREFIX%%/etc/rc.d/%%STARTUP_ORDER%%.orion.sh A script that starts the .Nm |