X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=debian%2Fopenvswitch-switch.init;h=c579a0887c289d8411a63aecc368956fc7694134;hb=1dcf111b1cb66fe1f3ed2e45f66ab6f5659a6527;hp=b238f72e1409e82b9670bd73c5422b6fb84f58cc;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=openvswitch diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init index b238f72e..c579a088 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