TW-1366
- TW-1366 In diagnostics it's called 'Cert', and in config it's called 'certificate' (thanks to Jack).
This commit is contained in:
@@ -102,6 +102,8 @@
|
||||
(thanks to Charles Ulrich).
|
||||
- TW-1345 taskrc.5 manpage errors.
|
||||
- TW-1361 Strange results with complex filter (thanks to Jim B).
|
||||
- TW-1366 In diagnostics it's called 'Cert', and in config it's called
|
||||
'certificate' (thanks to Jack).
|
||||
- Removed deprecated 'echo.command' setting, in favor of the 'header' and
|
||||
'affected' verbosity tokens.
|
||||
- Removed deprecated 'edit.verbose' setting, in favor of the 'edit' verbosity
|
||||
|
||||
@@ -249,7 +249,7 @@ int CmdDiagnostics::execute (std::string& output)
|
||||
else
|
||||
out << " Trust: strict\n";
|
||||
|
||||
out << " Cert: "
|
||||
out << "Certificate: "
|
||||
<< context.config.get ("taskd.certificate")
|
||||
<< (File (context.config.get ("taskd.certificate")).readable ()
|
||||
? " (readable)" : " (not readable)")
|
||||
|
||||
Reference in New Issue
Block a user