mirror of
https://github.com/truenas/core-build.git
synced 2026-02-15 07:36:18 +00:00
This commit fixes a bug where we had changed the login.conf file name in freenas repo but hadn't reflected that in freenas/build repo and we were doing cap_mkdb on login.conf not on the renamed file which resulted in different errors because of the stale login.conf.db file. Ticket: #59211