diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-03-18 08:46:41 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-03-18 08:46:41 +0000 |
commit | 3615e60c68e87985801b26d6b3ea71feb033d476 (patch) | |
tree | 8d0516eb47613b47f7072c2b63d92df5c45a6794 /UPDATING | |
parent | d57b86b4d46021cf0ec115b61b8c179b71336253 (diff) |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -6,6 +6,22 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20080318: + AFFECTS: users of net/skype net/skype_devel + AUTHOR: beech@FreeBSD.org + + It is now recommended (and will be required in future versions) to + update to linux_base-fc6. Please do the following: + + 1. Make sure there are no running linux applications. + 2. Unmount linprocfs (umount /compat/linux/proc) + 3. Uninstall your current linux_base port + 4. Unload linux kernel module (kldunload linux.ko) + 5. Set appropriate sysctl (sysctl compat.linux.osrelease=2.6.16) + 6. Install emulation/linux_base-fc6 + 4 Remount linprocfs (mount /compat/linux/proc) + 5. Add compat.linux.osrelease=2.6.16 to etc/sysctl.conf + 20080316: AFFECTS: users of net/iscsi-target AUTHOR: rafan@FreeBSD.org |