Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
NetworkManager
NetworkManager
Commits
bb8c75bd
Commit
bb8c75bd
authored
Feb 28, 2013
by
Pavel Šimerda
Browse files
remove obsolete nm-tool
Use nmcli instead.
parent
632c52ce
Changes
11
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
bb8c75bd
...
...
@@ -162,7 +162,6 @@ system-settings/src
test/libnm-glib-test
test/libnm_glib_test
test/nm-online
test/nm-tool
test/nmtestdevices
libnm-util/test-crypto
libnm-util/tests/test-crypto
...
...
configure.ac
View file @
bb8c75bd
...
...
@@ -686,7 +686,6 @@ man/Makefile
man/NetworkManager.8
man/NetworkManager.conf.5
man/nm-system-settings.conf.5
man/nm-tool.1
man/nm-online.1
man/nmcli.1
po/Makefile.in
...
...
man/Makefile.am
View file @
bb8c75bd
...
...
@@ -18,7 +18,6 @@ man_MANS += \
NetworkManager.8
\
NetworkManager.conf.5
\
nm-system-settings.conf.5
\
nm-tool.1
\
nm-online.1
\
nmcli.1
\
nm-settings.5
...
...
man/NetworkManager.8.in
View file @
bb8c75bd
...
...
@@ -147,7 +147,6 @@ NetworkManager itself.
When set to anything, causes NetworkManager to turn on PPP debugging in pppd,
which logs all PPP and PPTP frames and client/server exchanges.
.SH SEE ALSO
.BR nm\-tool (1),
.BR nm\-online (1),
.BR nmcli (1),
.BR NetworkManager.conf (5),
...
...
man/NetworkManager.conf.5.in
View file @
bb8c75bd
...
...
@@ -261,6 +261,5 @@ URI for connectivity checking. If missing, defaults to "NetworkManager is onlin
.sp
.BR NetworkManager (8),
.BR nmcli (1),
.BR nm\-tool (1),
.BR nm\-online (1),
.BR nm\-settings (5).
man/nm-online.1.in
View file @
bb8c75bd
...
...
@@ -58,6 +58,5 @@ Offline or not online within given timeout
Unspecified error
.SH SEE ALSO
.BR nm\-tool (1),
.BR nmcli (1),
.BR NetworkManager(8).
man/nm-system-settings.conf.5.in
View file @
bb8c75bd
...
...
@@ -22,5 +22,4 @@ file <SYSCONFDIR>\fP/NetworkManager/NetworkManager.conf\fP instead, falling back
to nm\-system\-settings.conf if NetworkManager.conf does not exist.
.SH "SEE ALSO"
.BR NetworkManager (8),
.BR NetworkManager.conf (5),
.BR nm\-tool (1).
.BR NetworkManager.conf (5).
man/nm-tool.1.in
deleted
100644 → 0
View file @
632c52ce
.\" nm-tool(1) manual page
.\"
.\" Copyright (C) 2005 - 2009 Red Hat, Inc.
.\" Copyright (C) 2005 - 2009 Novell, Inc.
.\" Copyright (C) 2005 Robert Love
.\"
.TH NM-TOOL "1"
.SH NAME
nm-tool \- utility to report NetworkManager state and devices
.SH SYNOPSIS
.B nm-tool
.SH DESCRIPTION
The \fInm-tool\fP utility provides information about NetworkManager, device,
and wireless networks.
.SH SEE ALSO
.BR NetworkManager (8),
.BR nm\-applet (1),
.BR nm\-connection\-editor (1).
man/nmcli.1.in
View file @
bb8c75bd
...
...
@@ -527,7 +527,6 @@ There are probably some bugs. If you find a bug, please report it to
https://bugzilla.gnome.org/ \(em product \fINetworkManager\fP.
.SH SEE ALSO
.BR nm\-tool (1),
.BR nm\-online (1),
.BR NetworkManager (8),
.BR nm\-settings (5),
...
...
test/Makefile.am
View file @
bb8c75bd
...
...
@@ -12,17 +12,10 @@ AM_CPPFLAGS = \
-DDATADIR
=
\"
$(datadir)
\"
\
-DNMLOCALEDIR
=
\"
$(datadir)
/locale
\"
bin_PROGRAMS
=
nm-tool
nm-online
bin_PROGRAMS
=
nm-online
noinst_PROGRAMS
=
libnm-glib-test
nm_tool_SOURCES
=
nm-tool.c
nm_tool_LDADD
=
\
$(top_builddir)
/libnm-glib/libnm-glib.la
\
$(top_builddir)
/libnm-util/libnm-util.la
\
$(DBUS_LIBS)
\
$(GLIB_LIBS)
nm_online_SOURCES
=
nm-online.c
nm_online_LDADD
=
\
$(top_builddir)
/libnm-util/libnm-util.la
\
...
...
test/nm-tool.c
deleted
100644 → 0
View file @
632c52ce
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment