diff mbox series

package/dhcp: iform about omshell in the help message

Message ID 20190810231643.17587-1-unixmania@gmail.com
State Accepted
Headers show
Series package/dhcp: iform about omshell in the help message | expand

Commit Message

Carlos Santos Aug. 10, 2019, 11:16 p.m. UTC
From: Carlos Santos <unixmania@gmail.com>

Document that along with the server we install omshell, an interactive
tool to connect to, query, and possibly change, the server's state via
the Object Management API (OMAPI).

Signed-off-by: Carlos Santos <unixmania@gmail.com>
---
 package/dhcp/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Thomas Petazzoni Aug. 11, 2019, 12:22 p.m. UTC | #1
On Sat, 10 Aug 2019 20:16:43 -0300
unixmania@gmail.com wrote:

> From: Carlos Santos <unixmania@gmail.com>
> 
> Document that along with the server we install omshell, an interactive
> tool to connect to, query, and possibly change, the server's state via
> the Object Management API (OMAPI).
> 
> Signed-off-by: Carlos Santos <unixmania@gmail.com>
> ---
>  package/dhcp/Config.in | 4 ++++
>  1 file changed, 4 insertions(+)

Applied to master, thanks.

Thomas
Peter Korsgaard Sept. 2, 2019, 11:42 a.m. UTC | #2
>>>>> "unixmania" == unixmania  <unixmania@gmail.com> writes:

 > From: Carlos Santos <unixmania@gmail.com>
 > Document that along with the server we install omshell, an interactive
 > tool to connect to, query, and possibly change, the server's state via
 > the Object Management API (OMAPI).

 > Signed-off-by: Carlos Santos <unixmania@gmail.com>

Committed to 2019.05.x, thanks.
diff mbox series

Patch

diff --git a/package/dhcp/Config.in b/package/dhcp/Config.in
index e626d78a4c..e6e70908dd 100644
--- a/package/dhcp/Config.in
+++ b/package/dhcp/Config.in
@@ -17,6 +17,10 @@  config BR2_PACKAGE_DHCP_SERVER
 	help
 	  DHCP server from the ISC DHCP distribution.
 
+	  This also installs omshell, an interactive tool to connect to,
+	  query, and possibly change, the server's state via the Object
+	  Management API (OMAPI).
+
 config BR2_PACKAGE_DHCP_SERVER_DELAYED_ACK
 	bool "Enable delayed ACK feature"
 	depends on BR2_PACKAGE_DHCP_SERVER