From 1db6b18507b06c9b866168dc9e01fd15180c37eb Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 9 Mar 2012 13:26:42 -0800 Subject: [PATCH] debian: Add long descriptions for init scripts. Reviewed-by: Simon Horman Signed-off-by: Thomas Goirand Signed-off-by: Ben Pfaff --- AUTHORS | 1 + debian/openvswitch-controller.init | 2 ++ debian/openvswitch-ipsec.init | 2 ++ debian/openvswitch-switch.init | 2 ++ 4 files changed, 7 insertions(+) diff --git a/AUTHORS b/AUTHORS index 958d7f5fe..ada40585b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -49,6 +49,7 @@ Shan Wei davidshan@tencent.com Shih-Hao Li shli@nicira.com Simon Horman horms@verge.net.au Tetsuo NAKAGAWA nakagawa@mxc.nes.nec.co.jp +Thomas Goirand zigo@debian.org Thomas Lacroix thomas.lacroix@citrix.com Todd Deshane deshantm@gmail.com Tom Everman teverman@google.com diff --git a/debian/openvswitch-controller.init b/debian/openvswitch-controller.init index a5403b843..cfcd0a3f8 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 125b50f31..8e5c7b2fa 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 cb9670cbb..98863e3bc 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 -- 2.43.0