diff options
author | matusita <matusita@FreeBSD.org> | 2006-09-05 01:17:51 +0000 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2006-09-05 01:17:51 +0000 |
commit | 0eaa9fd1daf7600660f11f644e7adf331290e11d (patch) | |
tree | 7e380759d89aa539ca81c4c9577c13d0945fab00 | |
parent | 12baf6e1ec9554f0d2da00985e15d179fce94c88 (diff) | |
download | FreeBSD-src-0eaa9fd1daf7600660f11f644e7adf331290e11d.zip FreeBSD-src-0eaa9fd1daf7600660f11f644e7adf331290e11d.tar.gz |
Add lines to remove pccardd(8) stuff (binary and manuals).
Found by: "make delete-old" on my 7-current box
Reviewed by: imp
MFC after: 1 week
-rw-r--r-- | ObsoleteFiles.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index e3eb2f2..f0fb636 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -97,6 +97,10 @@ OLD_FILES+=usr/share/man/man8/usbd.8.gz OLD_FILES+=etc/rc.d/ppp-user # 20051012: setkey(8) moved to /sbin/ OLD_FILES+=usr/sbin/setkey +# 20050930: pccardd(8) removed +OLD_FILES+=usr/sbin/pccardd +OLD_FILES+=usr/share/man/man5/pccard.conf.5.gz +OLD_FILES+=usr/share/man/man8/pccardd.8.gz # 20050927: bridge(4) replaced by if_bridge(4) OLD_FILES+=usr/include/net/bridge.h # 20050831: not implemented |