diff options
author | rwatson <rwatson@FreeBSD.org> | 2008-05-25 22:11:40 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2008-05-25 22:11:40 +0000 |
commit | a3623cb733d4a3ddcf8ba280724b8ce3f19a7a58 (patch) | |
tree | afe56b8f23cfc7884850445d064a110b6ac85c9e /etc | |
parent | 2f956b205ca6c855f85983809448ddc387407d46 (diff) | |
download | FreeBSD-src-a3623cb733d4a3ddcf8ba280724b8ce3f19a7a58.zip FreeBSD-src-a3623cb733d4a3ddcf8ba280724b8ce3f19a7a58.tar.gz |
Remove netatm from HEAD as it is not MPSAFE and relies on the now removed
NET_NEEDS_GIANT. netatm has been disconnected from the build for ten
months in HEAD/RELENG_7. Specifics:
- netatm include files
- netatm command line management tools
- libatm
- ATM parts in rescue and sysinstall
- sample configuration files and documents
- kernel support as a module or in NOTES
- netgraph wrapper nodes for netatm
- ctags data for netatm.
- netatm-specific device drivers.
MFC after: 3 weeks
Reviewed by: bz
Discussed with: bms, bz, harti
Diffstat (limited to 'etc')
-rw-r--r-- | etc/mtree/BSD.include.dist | 11 | ||||
-rw-r--r-- | etc/mtree/BSD.usr.dist | 3 |
2 files changed, 0 insertions, 14 deletions
diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist index 1c447fd..bfc598b 100644 --- a/etc/mtree/BSD.include.dist +++ b/etc/mtree/BSD.include.dist @@ -211,17 +211,6 @@ .. netatalk .. -# Disabled in 7.0 as netatm is not MPSAFE. -# netatm -# ipatm -# .. -# sigpvc -# .. -# spans -# .. -# uni -# .. -# .. netgraph atm .. diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist index 1b0a4ff..f047d65 100644 --- a/etc/mtree/BSD.usr.dist +++ b/etc/mtree/BSD.usr.dist @@ -189,9 +189,6 @@ .. IPv6 .. -# Disabled in 7.0 as netatm is not MPSAFE. -# atm -# .. bc .. bootforth |