Details
Details
- Reviewers
allanjude - Group Reviewers
security - Commits
- rGeed04cc1699b: certctl: Clean up.
rG1525625c7c94: certctl: Clean up.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 53848 Build 50739: arc lint + arc unit
Event Timeline
Comment Actions
A few small comments, but looks good to me
reviewed-by: allanjude
usr.sbin/certctl/certctl.sh | ||
---|---|---|
34 | this part of the change means you can no longer control the VERBOSE setting by setting an environment variable. When certctl is run as part of scripts, or installworld etc, it helps to be able to see what it is doing. | |
112 | we probably need to quote "$(realpath "$1")" incase the path might have a space in it |
usr.sbin/certctl/certctl.sh | ||
---|---|---|
34 | You can now define CERTCTL_VERBOSE to a non-empty value to get the same effect. |