Skip to content

Commit e602d54

Browse files
committed
Degrade n-m to an example
NetworkManager itself now has a much better CLI tool, n-m is not needed anymore.
1 parent 6f48743 commit e602d54

File tree

4 files changed

+0
-35
lines changed

4 files changed

+0
-35
lines changed

HACKING

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/index.rst

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -169,22 +169,3 @@ A class that can be used to query VPN plugins.
169169

170170
.. toctree::
171171
:maxdepth: 2
172-
173-
The n-m utility
174-
---------------
175-
n-m is a command-line tool to interact with NetworkManager. With it, you can
176-
inspect various configuration items and (de-)activate connections.
177-
178-
Usage: [options] action [arguments]
179-
180-
Actions:
181-
list - List all defined and active connections
182-
activate - Activate a connection
183-
deactivate - Deactivate a connection
184-
offline - Deactivate all connections
185-
enable - Enable specific connection types
186-
disable - Disable specific connection types
187-
info - Information about a connection
188-
dump - Dump a python hash of connection information, suitable for
189-
creating new connections
190-

n-m renamed to examples/n-m

File renamed without changes.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
url = "http://github.com/seveas/python-networkmanager",
1010
description = "Easy communication with NetworkManager",
1111
py_modules = ["NetworkManager"],
12-
scripts = ["n-m"],
1312
classifiers = [
1413
'Development Status :: 5 - Production/Stable',
1514
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)