aboutsummaryrefslogtreecommitdiff
path: root/debian/openvswitch-switch.init
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2009-07-28 22:16:50 -0700
committerJustin Pettit <jpettit@nicira.com>2009-07-28 22:16:50 -0700
commita5e54d9b6f8002f34cc792df69e6eda68cf95223 (patch)
tree5667dbde61b4f79f86dd04a5bc1be2c8ea9731bf /debian/openvswitch-switch.init
parent4cff83cbad9c0ccd8575a001c7345066a2e6fa00 (diff)
parent3cdc31a4c3ab312cf41b00845d1316aff181ab1b (diff)
Merge commit 'origin/citrix'
Conflicts: configure.ac
Diffstat (limited to 'debian/openvswitch-switch.init')
-rwxr-xr-xdebian/openvswitch-switch.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init
index ece07a83..da4ec692 100755
--- a/debian/openvswitch-switch.init
+++ b/debian/openvswitch-switch.init
@@ -220,7 +220,7 @@ case "$1" in
configure_ssl
;;
*)
- echo "$default: CONTROLLER must be in the form 'ssl:HOST[:PORT]' or 'tcp:HOST[:PORT]' when not in discovery mode" >&2
+ echo "$default: CONTROLLER must be in the form 'ssl:IP[:PORT]' or 'tcp:IP[:PORT]' when not in discovery mode" >&2
echo "Run ovs-switch-setup (in the openvswitch-switch-config package) or edit /etc/default/openvswitch-switch to configure" >&2
exit 1
esac