From: Thomas Goirand <z...@debian.org> Signed-off-by: Thomas Goirand <z...@debian.org> Signed-off-by: Ben Pfaff <b...@nicira.com> --- AUTHORS | 1 + debian/openvswitch-controller.init | 2 ++ debian/openvswitch-ipsec.init | 2 ++ debian/openvswitch-switch.init | 2 ++ 4 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/AUTHORS b/AUTHORS index 958d7f5..ada4058 100644 --- a/AUTHORS +++ b/AUTHORS @@ -49,6 +49,7 @@ Shan Wei davids...@tencent.com Shih-Hao Li s...@nicira.com Simon Horman ho...@verge.net.au Tetsuo NAKAGAWA nakag...@mxc.nes.nec.co.jp +Thomas Goirand z...@debian.org Thomas Lacroix thomas.lacr...@citrix.com Todd Deshane desha...@gmail.com Tom Everman tever...@google.com diff --git a/debian/openvswitch-controller.init b/debian/openvswitch-controller.init index a5403b8..cfcd0a3 100755 --- a/debian/openvswitch-controller.init +++ b/debian/openvswitch-controller.init @@ -27,6 +27,8 @@ # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Open vSwitch controller +# Description: The Open vSwitch controller enables OpenFlow switches that connect to it +# to act as MAC-learning Ethernet switches. ### END INIT INFO PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin diff --git a/debian/openvswitch-ipsec.init b/debian/openvswitch-ipsec.init index 125b50f..8e5c7b2 100755 --- a/debian/openvswitch-ipsec.init +++ b/debian/openvswitch-ipsec.init @@ -24,6 +24,8 @@ # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Open vSwitch GRE-over-IPsec daemon +# Description: The ovs-monitor-ipsec script provides support for encrypting GRE +# tunnels with IPsec. ### END INIT INFO PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init index cb9670c..98863e3 100755 --- a/debian/openvswitch-switch.init +++ b/debian/openvswitch-switch.init @@ -21,6 +21,8 @@ # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Open vSwitch switch +# Description: openvswitch-switch provides the userspace components and utilities for +# the Open vSwitch kernel-based switch. ### END INIT INFO (test -x /usr/sbin/ovs-vswitchd && test -x /usr/sbin/ovsdb-server) || exit 0 -- 1.7.2.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev