From 2f2fdf54c0285431d7e5d3243b1a24d254a349b9 Mon Sep 17 00:00:00 2001 From: Gavin Atkinson Date: Tue, 27 Apr 2010 20:51:50 +0000 Subject: [PATCH] Merge r204418 from head (original commit by antoine) Add files moved in r203976 and r207292 to ObsoleteFiles.inc Requested by: Alex Kozlov Merge OK'd by: antoine --- ObsoleteFiles.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 779b00eed48..d59f98482e1 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -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