Rename switchmon to switchui.
authorJustin Pettit <jpettit@nicira.com>
Wed, 5 Nov 2008 23:24:29 +0000 (15:24 -0800)
committerJustin Pettit <jpettit@nicira.com>
Wed, 5 Nov 2008 23:24:29 +0000 (15:24 -0800)
INSTALL
debian/.gitignore
debian/openflow-switch.default
secchan/commands/reboot

diff --git a/INSTALL b/INSTALL
index cbc2e45..e4e2f31 100644 (file)
--- 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:
index e99c95e..bfe60c9 100644 (file)
 /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
index f8c3159..f0ef4e0 100644 (file)
@@ -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
index ba21db9..4d5145c 100755 (executable)
@@ -1,3 +1,3 @@
 #! /bin/sh
-ofp-kill --force --signal=USR1 ofp-switchmon.pid
+ofp-kill --force --signal=USR1 ofp-switchui.pid
 reboot