debian: Dont fail init if module cant be inserted
authorSimon Horman <horms@verge.net.au>
Tue, 21 Sep 2010 03:06:13 +0000 (12:06 +0900)
committerBen Pfaff <blp@nicira.com>
Tue, 21 Sep 2010 17:39:31 +0000 (10:39 -0700)
commitb9ddc6aaaea369faf7787b690de2ae56ffd08ad9
treee8191f7b528cb8cde470014730aeb7ea46ddfae8
parent2ed7d6e227c009f0f6bdabbb85262d8aac896e00
debian: Dont fail init if module cant be inserted

The problem here is that the daemon is started/restarted on
package installation, but the module may not be present at that
time and (as far as I know) its bad form to fail the package installation
in that circumstance.

In keeping with the way ipvsadm handles a similar problem,
exit with a non-error exit status if the module can't be inserted.
The loud error message is still displayed.

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
debian/openvswitch-switch.init