Skip to content

Commit

Permalink
debian: Add long descriptions for init scripts.
Browse files Browse the repository at this point in the history
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: Thomas Goirand <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
thomasgoirand authored and blp committed Mar 12, 2012

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent bb474bb commit 1db6b18
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -49,6 +49,7 @@ Shan Wei [email protected]
Shih-Hao Li [email protected]
Simon Horman [email protected]
Tetsuo NAKAGAWA [email protected]
Thomas Goirand [email protected]
Thomas Lacroix [email protected]
Todd Deshane [email protected]
Tom Everman [email protected]
2 changes: 2 additions & 0 deletions debian/openvswitch-controller.init
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions debian/openvswitch-ipsec.init
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions debian/openvswitch-switch.init
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1db6b18

Please sign in to comment.