debian: Use DODTIME instead of DIETIME in init scripts
authorJustin Pettit <jpettit@nicira.com>
Thu, 23 Sep 2010 20:37:58 +0000 (13:37 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 24 Sep 2010 01:21:31 +0000 (18:21 -0700)
commit9704460403a02554595b5a7ed17914a0b0357cac
treea993bc7e10441e06cdc8e455a58bea788f5e1aa9
parent69c675a07271d6b4b9bfd9ed49ac354f7af24613
debian: Use DODTIME instead of DIETIME in init scripts

Brad pointed out that openvswitch-ipsec init script defined the variable
DIETIME but attempted to use it as DODTIME.  This commit uses DODTIME,
since it's the name used by the openvswitch-switch init script.  The
openvswitch-controller init script had the same issue.

As suggested by Ben, the "s" suffixes are removed from sleep commands,
since they are a GNU extension.

Reported-by: Brad Hall <brad@nicira.com>
AUTHORS
debian/openvswitch-controller.init
debian/openvswitch-ipsec.init
debian/openvswitch-switch.init