~gandelman-a/ubuntu/precise/openvswitch/lp1044318

« back to all changes in this revision

Viewing changes to debian/openvswitch-brcompat.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-09-06 06:16:11 UTC
  • mfrom: (5.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20110906061611-qsxpfftqw2afl728
Tags: 1.2.1-3ubuntu1
* Merge from debian unstable.  Remaining changes:
  - debian/rules, debian/contro, debian/dkms.conf.in,
    debian/openvswitch-datapath.dkms.(postinst, prerm):
    Add dkms support by providindg openvswitch-datapath-dkms.
  - Make sure we have a directory under /var/run to create the
    pidfile for openvswitch-controller, backported from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
 
 
3
set -e
 
4
 
3
5
# If openvswitch-switch is installed, and then later openvswitch-brcompat is
4
6
# installed, make sure that ovs-brcompatd starts.
5
7
if test X"$1" = Xconfigure && \