Page MenuHomeFreeBSD

freebsd-update: Skip /etc/ssl/cert.pem
ClosedPublic

Authored by des on Sat, May 16, 8:33 AM.
Tags
None
Referenced Files
F157589819: D57028.id177960.diff
Sat, May 23, 3:32 AM
Unknown Object (File)
Thu, May 21, 8:48 PM
Unknown Object (File)
Wed, May 20, 9:23 AM
Unknown Object (File)
Tue, May 19, 6:00 PM
Unknown Object (File)
Tue, May 19, 6:00 PM
Unknown Object (File)
Tue, May 19, 6:00 PM
Unknown Object (File)
Tue, May 19, 6:00 PM
Unknown Object (File)
Tue, May 19, 6:00 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Sat, May 16, 8:33 AM
vladlen added inline comments.
usr.sbin/freebsd-update/freebsd-update.sh
3167

According to certclt(8) option -D must have spaces between it and directory name.
[-D destdir]
And I suppose BASEDIR can be empty, it will be interpreted as
-D rehash

usr.sbin/freebsd-update/freebsd-update.sh
3167

According to certclt(8) option -D must have spaces between it and directory name.
[-D destdir]

No.

And I suppose BASEDIR can be empty, it will be interpreted as
-D rehash

That would be a concern if BASEDIR could be empty, but we set it to / in default_params().

usr.sbin/freebsd-update/freebsd-update.sh
3167

If this is just a cosmetic change, we shouldn't include it in what gets merged to releng branches. Feel free to commit it separately though.

This revision is now accepted and ready to land.Mon, May 18, 4:16 PM
This revision was automatically updated to reflect the committed changes.