diff options
author | Francis Dupont <fdupont@isc.org> | 2019-05-31 17:29:29 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2019-06-18 18:54:26 +0200 |
commit | 85c5b01d694c995f6e93c0454ee6e0031fc75d83 (patch) | |
tree | 4ef56b4cc557b2b3d0480c4f409dcef4a7d60a06 /src/lib/process/process_messages.mes | |
parent | [655-typo-in-parseteepercents] Fixed parseTeePercents cut & paste typo (diff) | |
download | kea-85c5b01d694c995f6e93c0454ee6e0031fc75d83.tar.xz kea-85c5b01d694c995f6e93c0454ee6e0031fc75d83.zip |
[538-kea-should-not-store-anything-in-var-kea-lsb-violation] Introduced runstatedir for pid files
Diffstat (limited to 'src/lib/process/process_messages.mes')
-rw-r--r-- | src/lib/process/process_messages.mes | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/process/process_messages.mes b/src/lib/process/process_messages.mes index e130e7d53c..6e60b0383a 100644 --- a/src/lib/process/process_messages.mes +++ b/src/lib/process/process_messages.mes @@ -107,9 +107,9 @@ This is an error message that occurs when the server is unable to create its PID file. The log message should contain details sufficient to determine the underlying cause. The most likely culprits are that some portion of the pathname does not exist or a permissions issue. The -default path is determined by --localstatedir configure parameter but -may be overridden by setting environment variable, KEA_PIDFILE_DIR. The -first argument is the process name. +default path is determined by --localstatedir or --runstatedir configure +parameters but may be overridden by setting environment variable, +KEA_PIDFILE_DIR. The first argument is the process name. % DCTL_PROCESS_FAILED %1 application execution failed: %2 The controller has encountered a fatal error while running the |