Edit

IABSD.fr/src/distrib/miniroot

Branch :

  • Show log

    Commit

  • Author : florian
    Date : 2020-05-26 16:21:00
    Hash : ad62da3f
    Message : In the first version of sysupgrade(8) I made the mistake of generating auto_upgrade.conf in bsd.rd instead of sysupgrade(8) itself. ajacoutot@ fixed this, but had to introduce a bunch of compat code in bsd.rd. It is time to retire this. Only 6.5-current contained this flaw, sysupgrade(8)ing from there to -current will no longer work but we never made any promises that it would anyway. OK deraadt, ajacoutot