From 1b557ee56c0af38a45c3dde0bea65c52573f2f5e Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Wed, 5 Nov 2008 15:24:29 -0800 Subject: [PATCH] Rename switchmon to switchui. --- INSTALL | 2 +- debian/.gitignore | 12 ++++++------ debian/openflow-switch.default | 4 ++-- secchan/commands/reboot | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/INSTALL b/INSTALL index cbc2e45ec..e4e2f31e8 100644 --- a/INSTALL +++ b/INSTALL @@ -192,7 +192,7 @@ distribution in the ordinary way using "configure" and "make". ext/ezio/ezio-term. - Switch monitoring UI for small text displays: - ext/ezio/ofp-switchmon. + ext/ezio/ofp-switchui. If you passed --with-l26 to configure, "make" will also build the following kernel modules: diff --git a/debian/.gitignore b/debian/.gitignore index e99c95eba..bfe60c931 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -20,12 +20,12 @@ /openflow-switch /openflow-switch-config /openflow-switch.copyright -/openflow-switchmon -/openflow-switchmon.copyright -/openflow-switchmon.default -/openflow-switchmon.dirs -/openflow-switchmon.init -/openflow-switchmon.install +/openflow-switchui +/openflow-switchui.copyright +/openflow-switchui.default +/openflow-switchui.dirs +/openflow-switchui.init +/openflow-switchui.install /openflow-wdt /openflow-wdt.copyright /openflow-wdt.default diff --git a/debian/openflow-switch.default b/debian/openflow-switch.default index f8c3159f7..f0ef4e051 100644 --- a/debian/openflow-switch.default +++ b/debian/openflow-switch.default @@ -97,9 +97,9 @@ SWITCH_IP=dhcp # MGMT_VCONNS: List of vconns (space-separated) on which secchan # should listen for management connections from dpctl, etc. -# openflow-switchmon by default connects to +# openflow-switchui by default connects to # unix:/var/run/secchan.socket, so do not disable this if you want to -# use openflow-switchmon. +# use openflow-switchui. MGMT_VCONNS="punix:/var/run/secchan.socket" # COMMANDS: Access control list for the commands that can be executed diff --git a/secchan/commands/reboot b/secchan/commands/reboot index ba21db9fc..4d5145cdf 100755 --- a/secchan/commands/reboot +++ b/secchan/commands/reboot @@ -1,3 +1,3 @@ #! /bin/sh -ofp-kill --force --signal=USR1 ofp-switchmon.pid +ofp-kill --force --signal=USR1 ofp-switchui.pid reboot -- 2.43.0