xenserver: Create vswitchd configuration file if it does not exist.
authorBen Pfaff <blp@nicira.com>
Thu, 3 Sep 2009 19:51:51 +0000 (12:51 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 3 Sep 2009 20:00:11 +0000 (13:00 -0700)
commitb1bdd85cab85bf7936685f7402e5b5b3df1d3df8
treef96725353a91415896c48eb49a5e59950cba16b5
parentfdc8be4e6d8212f0c3b298587dd9138acbb63df9
xenserver: Create vswitchd configuration file if it does not exist.

/etc/ovs-vswitchd.conf should always be there.  Nevertheless, it is not
nice to entirely break vswitch if it is accidentally deleted.  This commit
makes /etc/init.d/vswitch create an empty configuration file if it is
missing.

Bug #1821.
xenserver/etc_init.d_vswitch