https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247861
Joseph Mingrone <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Open |Closed --- Comment #12 from Joseph Mingrone <[email protected]> --- (In reply to mrusli from comment #11) > I cannot copy /etc/pkg/FreeBSD.conf to /usr/local/etc/pkg/repos/FreeBSD.conf as there is no /etc/local/etc/pkg directory. As for FreeBSD 12.2. > Is there any work around to do that??? mkdir -p /usr/local/etc/pkg/repos && cp /etc/pkg/FreeBSD.conf /usr/local/etc/pkg/repos/ Glad it's now working for you. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-chromium To unsubscribe, send any mail to "[email protected]"
