svn commit: r196876 - stable/8
Julian Elischer
julian at FreeBSD.org
Sun Sep 6 06:05:23 UTC 2009
Author: julian
Date: Sun Sep 6 06:05:23 2009
New Revision: 196876
URL: http://svn.freebsd.org/changeset/base/196876
Log:
MFC of r196477
Don't delete copies of nthread_create(9) we find inthe filesystem.
we now link it to kproc_create(9), it's new name.
Approved by: re (kib)
Modified:
stable/8/ObsoleteFiles.inc
Modified: stable/8/ObsoleteFiles.inc
==============================================================================
--- stable/8/ObsoleteFiles.inc Sun Sep 6 01:03:19 2009 (r196875)
+++ stable/8/ObsoleteFiles.inc Sun Sep 6 06:05:23 2009 (r196876)
@@ -803,8 +803,6 @@ OLD_FILES+=rescue/bsdlabel
OLD_FILES+=rescue/fdisk
OLD_FILES+=rescue/gpt
.endif
-# 20071026: kthread(9)/kproc(9) API changes
-OLD_FILES+=usr/share/man/man9/kthread_create.9.gz
# 20071025: rc.d/nfslocking superceeded by rc.d/lockd and rc.d/statd
OLD_FILES+=etc/rc.d/nfslocking
# 20070930: rename of cached to nscd
More information about the svn-src-stable-8
mailing list