svn commit: r207294 - stable/8

Gavin Atkinson gavin at FreeBSD.org
Tue Apr 27 20:51:50 UTC 2010


Author: gavin
Date: Tue Apr 27 20:51:50 2010
New Revision: 207294
URL: http://svn.freebsd.org/changeset/base/207294

Log:
  Merge r204418 from head (original commit by antoine)
  
    Add files moved in r203976 and r207292 to ObsoleteFiles.inc
  
  Requested by:	Alex Kozlov <spam rm-rf.kiev.ua>
  Merge OK'd by:	antoine

Modified:
  stable/8/ObsoleteFiles.inc   (contents, props changed)

Modified: stable/8/ObsoleteFiles.inc
==============================================================================
--- stable/8/ObsoleteFiles.inc	Tue Apr 27 20:50:32 2010	(r207293)
+++ stable/8/ObsoleteFiles.inc	Tue Apr 27 20:51:50 2010	(r207294)
@@ -34,6 +34,16 @@ OLD_FILES+=usr/share/man/man1/gcpio.1.gz
 # 20100301: vesa and dpms promoted to be i386/amd64 common
 OLD_FILES+=usr/include/machine/pc/vesa.h
 OLD_FILES+=usr/share/man/man4/i386/dpms.4.gz
+# 20100208: man pages moved
+.if ${TARGET_ARCH} == "i386"
+OLD_FILES+=usr/share/man/man4/i386/alpm.4.gz
+OLD_FILES+=usr/share/man/man4/i386/amdpm.4.gz
+OLD_FILES+=usr/share/man/man4/i386/mcd.4.gz
+OLD_FILES+=usr/share/man/man4/i386/padlock.4.gz
+OLD_FILES+=usr/share/man/man4/i386/pcf.4.gz
+OLD_FILES+=usr/share/man/man4/i386/scd.4.gz
+OLD_FILES+=usr/share/man/man4/i386/viapm.4.gz
+.endif
 # 20091229: remove no longer relevant examples
 OLD_FILES+=usr/share/examples/pppd/auth-down.sample
 OLD_FILES+=usr/share/examples/pppd/auth-up.sample


More information about the svn-src-all mailing list