|
Original commit messages:
-----------------------------------------------------------------------
Update comments
* Fix grammar.
* Remove the hard-coding comment since we've fixed it in nhiicc.service.
Use /usr/share/nhiicc for consistency
Since we use /var/lib/nhiicc/cert, use /usr/share/nhiicc for
consistency.
Clean up install and cp usages
* Use a single "install -D" to install a file and creating leading
directories.
* install: Remove unneeded "-d" and "-t"
* cp: Ownerships are not preserved by default. Remove unneeded
"--no-preserve=ownership".
Update to 20220530
-----------------------------------------------------------------------
My changes:
* Keep -t for install as it makes commands shorter
* Move the comment about hard-coding to the correct place instead of
removing it
|