devices: rename "atm" plugin to "adsl", and "bt" to "bluetooth"

System Internals / NetworkManager - Dan Winship [gnome.org] - 19 March 2014 13:56 UTC

The atm/adsl plugin really is a generic ATM plugin but (a) it needs a bit of work to do IPoATM rather than just PPPoATM and PPPoEoATM, and (b) most people currently using NM's ATM support are using DSL devices not actual ATM cards anyway, and have no idea what "ATM" even means. If we add the necessary IPoATM support later we can rename the plugin back to -atm

a18248d devices: rename "atm" plugin to "adsl", and "bt" to "bluetooth"
configure.ac | 2 +-
po/POTFILES.in | 2 +-
src/Makefile.am | 2 +-
src/devices/adsl/Makefile.am | 48 +++
src/devices/adsl/nm-atm-manager.c | 291 ++++++++++++++++
src/devices/adsl/nm-atm-manager.h | 42 +++
src/devices/adsl/nm-device-adsl.c | 686 +++++++++++++++++++++++++++++++++++++
src/devices/adsl/nm-device-adsl.h | 62 ++++
src/devices/atm/Makefile.am | 48 ---
src/devices/atm/nm-atm-manager.c | 291 ----------------
src/devices/atm/nm-atm-manager.h | 42 ---
src/devices/atm/nm-device-adsl.c | 686 -------------------------------------
src/devices/atm/nm-device-adsl.h | 62 ----
src/devices/bluetooth/Makefile.am | 8 +-
14 files changed, 1136 insertions(+), 1136 deletions(-)

Upstream: cgit.freedesktop.org


  • Share