svn commit: r232608 - stable/8

Remko Lodder remko at FreeBSD.org
Tue Mar 6 14:18:55 UTC 2012


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


More information about the svn-src-stable-8 mailing list