svn commit: r265344 - head
Eitan Adler
eadler at FreeBSD.org
Mon May 5 01:47:06 UTC 2014
Author: eadler
Date: Mon May 5 01:47:05 2014
New Revision: 265344
URL: http://svnweb.freebsd.org/changeset/base/265344
Log:
lindev(4): add to ObsoleteFiles
- add man page
- past removals did not add the .ko so don't add it this time either
Reported by: gleb
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc Mon May 5 01:29:33 2014 (r265343)
+++ head/ObsoleteFiles.inc Mon May 5 01:47:05 2014 (r265344)
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20140502: Removal of lindev(4)
+OLD_FILES+=usr/share/man/man4/lindev.4.gz
# 20140314: AppleTalk
OLD_DIRS+=usr/include/netatalk
OLD_FILES+=usr/include/netatalk/aarp.h
@@ -49,7 +51,6 @@ OLD_FILES+=usr/include/netatalk/ddp_pcb.
OLD_FILES+=usr/include/netatalk/ddp_var.h
OLD_FILES+=usr/include/netatalk/endian.h
OLD_FILES+=usr/include/netatalk/phase2.h
-
# 20140314: Remove IPX/SPX
OLD_LIBS+=lib/libipx.so.5
OLD_FILES+=usr/include/netipx/ipx.h
More information about the svn-src-head
mailing list