X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.init;h=da4ec692d202c20f2abb0fa951cf11af512d54b1;hb=031472d9e29c00fe470335ad6fc136fd9a9ae075;hp=ece07a83ea74c82ca4a60806f98b8a443f533de4;hpb=8cd4882fd5c3080816a070ad582ef06842f7c482;p=openvswitch 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