debian: Add long descriptions for init scripts.
authorThomas Goirand <zigo@debian.org>
Fri, 9 Mar 2012 21:26:42 +0000 (13:26 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 12 Mar 2012 16:50:23 +0000 (09:50 -0700)
Reviewed-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Thomas Goirand <zigo@debian.org>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
debian/openvswitch-controller.init
debian/openvswitch-ipsec.init
debian/openvswitch-switch.init

diff --git a/AUTHORS b/AUTHORS
index 958d7f5fe37816eb9ee2008337aadcdd3a9df384..ada40585b616f3d75fdd5673262d6e23b7ca52d9 100644 (file)
--- 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
index a5403b84366863506b1fd77b1f0b3897c18135f4..cfcd0a3f818334e814afa12d9ccb86e5ea225d71 100755 (executable)
@@ -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
index 125b50f31e7860a110dd786d39351300a143fe12..8e5c7b2fa4e82a84d0e93f15f44cc223be33e616 100755 (executable)
@@ -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
index cb9670cbb887b83ed8e820fc8ca74824d78483ed..98863e3bc02c7234e2d7a99770e42774aac8bb22 100755 (executable)
@@ -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