]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC: r322097, r322203
authormarius <marius@FreeBSD.org>
Thu, 10 Aug 2017 21:39:10 +0000 (21:39 +0000)
committermarius <marius@FreeBSD.org>
Thu, 10 Aug 2017 21:39:10 +0000 (21:39 +0000)
commit84c17197b230af6c871f83dd1595e4f7522a6fca
tree802984add55534d7d44453156f48a9a65af2ae41
parent61d3e0b60a8c5f0f4cadde876bc3daa73838ca54
MFC: r322097, r322203

- Since r301131, /etc/localtime is also installed when selecting UTC in
  interactive configurations. Thus, the code added in r220172 which treats
  a NULL zone file name as UTC and removes /etc/localtime in that case can
  go again.
- Consistently refer to "could not delete" (as chosen by the oldest such
  code in here) when unlink(2) fails instead of a to mixture of "delete"
  and "unlink" in error messages.
usr.sbin/tzsetup/tzsetup.c