On 9 October 2014 01:32, Matthew Gardiner <[email protected]> wrote: > > "just using freebsd-update" > > How exactly do I do that? ;-) From commandline? using pkg or /usr/ports? > Will my sacred X install be at risk?
Should just be: freebsd-update fetch freebsd-update install This updates the base system only (kernel, basic userland & libraries, system toolchain), leaving your installed ports / packages alone. Minor updates (10.0->10.1) are in general binary-compatible so your installed software should continue to work. _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
