diff options
author | attilio <attilio@FreeBSD.org> | 2013-03-02 16:43:28 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2013-03-02 16:43:28 +0000 |
commit | 59a3d435c9f6c529403f5cea6342fc951cfcce1a (patch) | |
tree | 13f850e9daccec56785d910b45b544afb0d245e2 /ObsoleteFiles.inc | |
parent | 5d33ae74879ab79bd32ffd631545b23ad1c0a85f (diff) | |
download | FreeBSD-src-59a3d435c9f6c529403f5cea6342fc951cfcce1a.zip FreeBSD-src-59a3d435c9f6c529403f5cea6342fc951cfcce1a.tar.gz |
Garbage collect PORTALFS bits which are now completely disconnected from
the tree since few months.
This patch is not targeted for MFC.
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r-- | ObsoleteFiles.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index d42b2dc..540ae93 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -38,6 +38,13 @@ # xargs -n1 | sort | uniq -d; # done +# 20130302: PORTALFS support removed +OLD_FILES+=usr/include/fs/portalfs/portal.h +OLD_DIRS+=usr/include/fs/portalfs +OLD_FILES+=usr/share/examples/portal/README +OLD_FILES+=usr/share/examples/portal/portal.conf +OLD_DIRS+=usr/share/examples/portal +OLD_FILES+=usr/share/man/man8/mount_portalfs.8.gz # 20130302: CODAFS support removed OLD_FILES+=usr/share/man/man4/coda.4.gz # 20130302: XFS support removed |