X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=htsn.cabal;h=8681ba7e93340b819dac44b776d3588f3fba4017;hb=60aea8c7765bf2382b1d24d039f3951e00434e3c;hp=5f2129d1a1871e6355ad4a5eff335798629fd445;hpb=37fb7c37076e7ab532354f06a9e8f4a098e6eaf6;p=dead%2Fhtsn.git diff --git a/htsn.cabal b/htsn.cabal index 5f2129d..8681ba7 100644 --- a/htsn.cabal +++ b/htsn.cabal @@ -128,8 +128,10 @@ description: . (Daemon mode only) Create a PID file in the given location. This is used by the init system on Unix to keep track of the running daemon. - Its parent directory must be writable by the user/group that we will - run as! + . + If necessary, its parent directory will be created with owner/group + set to the appropriate user/group, but at most one directory will + be created (that is, we won't create an entire directory tree). . Default: \/run\/htsn\/htsn.pid . @@ -189,7 +191,7 @@ description: \".htsnrc\" in the user's home directory. The latter will override the former. . - The user's home directory is simply $HOME on Unix; on Windows its + The user's home directory is simply $HOME on Unix; on Windows it's wherever %APPDATA% points. The system configuration directory is determined by Cabal; the /sysconfdir/ parameter during the \"configure\" step is used.