Date: Tue, 6 Mar 2012 14:18:54 +0000 (UTC) From: Remko Lodder <remko@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r232608 - stable/8 Message-ID: <201203061418.q26EIsE6043962@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: remko Date: Tue Mar 6 14:18:54 2012 New Revision: 232608 URL: http://svn.freebsd.org/changeset/base/232608 Log: On second thought and look; this only goes for 8-stable where the ordering had gone beserk. Fix this manually. Modified: stable/8/ObsoleteFiles.inc Modified: stable/8/ObsoleteFiles.inc ============================================================================== --- stable/8/ObsoleteFiles.inc Tue Mar 6 14:13:23 2012 (r232607) +++ stable/8/ObsoleteFiles.inc Tue Mar 6 14:18:54 2012 (r232608) @@ -17,10 +17,10 @@ # 20110915: rename congestion control manpages OLD_FILES+=usr/share/man/man4/cc.4.gz OLD_FILES+=usr/share/man/man9/cc.9.gz -# 20101123: removed subblock.h from liblzma -OLD_FILES+=usr/include/lzma/subblock.h # 20110224: sticky.8 -> sticky.7 OLD_FILES+=usr/share/man/man8/sticky.8.gz +# 20101123: removed subblock.h from liblzma +OLD_FILES+=usr/include/lzma/subblock.h # 20101114: Remove long-obsolete MAKEDEV.8 OLD_FILES+=usr/share/man/man8/MAKEDEV.8.gz # 20101112: vgonel(9) has gone to private API a while ago
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203061418.q26EIsE6043962>