Merge lp:~lynxman/ubuntu/oneiric/openvswitch/fixinitupstream into lp:ubuntu/oneiric/openvswitch

Proposed by Marc Cluet
Status: Merged
Merged at revision: 18
Proposed branch: lp:~lynxman/ubuntu/oneiric/openvswitch/fixinitupstream
Merge into: lp:ubuntu/oneiric/openvswitch
Diff against target: 37 lines (+13/-0)
2 files modified
debian/changelog (+8/-0)
debian/openvswitch-controller.init (+5/-0)
To merge this branch: bzr merge lp:~lynxman/ubuntu/oneiric/openvswitch/fixinitupstream
Reviewer Review Type Date Requested Status
Felix Geyer (community) Approve
Ubuntu branches Pending
Review via email: mp+72810@code.launchpad.net

Description of the change

* Fix on openvswitch-controller.init (LP: #822142)
  - Make sure we have a directory under /var/run to create the
    pidfile for openvswitch-controller, backported from upstream

To post a comment you must log in.
Revision history for this message
Felix Geyer (debfx) wrote :

Merged, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-08-04 17:03:23 +0000
3+++ debian/changelog 2011-08-24 23:51:28 +0000
4@@ -1,3 +1,11 @@
5+openvswitch (1.2.0-1ubuntu2) oneiric; urgency=low
6+
7+ * Fix on openvswitch-controller.init (LP: #822142)
8+ - Make sure we have a directory under /var/run to create the
9+ pidfile for openvswitch-controller, backported from upstream
10+
11+ -- Marc Cluet <marc.cluet@ubuntu.com> Tue, 23 Aug 2011 16:07:49 +0100
12+
13 openvswitch (1.2.0-1ubuntu1) oneiric; urgency=low
14
15 * Merge from debian unstable. Remaining changes:
16
17=== modified file 'debian/openvswitch-controller.init'
18--- debian/openvswitch-controller.init 2011-01-06 11:11:55 +0000
19+++ debian/openvswitch-controller.init 2011-08-24 23:51:28 +0000
20@@ -1,5 +1,6 @@
21 #!/bin/sh
22 #
23+# Copyright (c) 2011 Nicira Networks Inc.
24 # Copyright (c) 2007, 2009 Javier Fernandez-Sanguino <jfs@debian.org>
25 #
26 # This is free software; you may redistribute it and/or modify
27@@ -105,6 +106,10 @@
28 exit 0
29 fi
30
31+ if [ ! -d /var/run/openvswitch ]; then
32+ install -d -m 755 -o root -g root /var/run/openvswitch
33+ fi
34+
35 SSL_OPTS=
36 case $LISTEN in
37 *ssl*)

Subscribers

People subscribed via source and target branches

to all changes: