aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-03-18 08:46:41 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-03-18 08:46:41 +0000
commit3615e60c68e87985801b26d6b3ea71feb033d476 (patch)
tree8d0516eb47613b47f7072c2b63d92df5c45a6794 /UPDATING
parentd57b86b4d46021cf0ec115b61b8c179b71336253 (diff)
downloadports-3615e60c68e87985801b26d6b3ea71feb033d476.tar.gz
ports-3615e60c68e87985801b26d6b3ea71feb033d476.zip
- Add entry for net/skype net/skype_devel
Notes
Notes: svn path=/head/; revision=209284
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 16 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 4b7ee8ef3a73..5057ac2e7f6d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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