On Wed, Mar 25, 2020 at 02:23:48PM +0000, Mikolaj Kucharski wrote:
> It has one disadvantage. It doesn't integrate well with sysupgrade(8)
> and need one additional reboot, to get desired kernel configuration. For
> me it's easy to forget this one additional reboot.
I went for adding:
printf 'disable ulpt\nq\n' | config -ef /bsd && \
sha256 -h /var/db/kernel.SHA256 /bsd
to /etc/rc.shutdown and /upgrade.site and that makes it work the way I
would like to.
Would that be worth adding to ports/print/cups/pkg/README-main?
--
Regards,
Mikolaj