[arch-commits] Commit in openvswitch/repos (20 files)

Sergej Pupykin spupykin at archlinux.org
Mon Mar 27 13:51:27 UTC 2017


    Date: Monday, March 27, 2017 @ 13:51:26
  Author: spupykin
Revision: 219334

archrelease: copy trunk to community-testing-x86_64, community-testing-i686

Added:
  openvswitch/repos/community-testing-i686/PKGBUILD
    (from rev 219333, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-testing-i686/openvswitch.install
    (from rev 219333, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-testing-i686/openvswitch.tmpfiles
    (from rev 219333, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-testing-i686/ovs-vswitchd.service
    (from rev 219333, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-testing-i686/ovsdb-server.service
    (from rev 219333, openvswitch/trunk/ovsdb-server.service)
  openvswitch/repos/community-testing-x86_64/PKGBUILD
    (from rev 219333, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-testing-x86_64/openvswitch.install
    (from rev 219333, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-testing-x86_64/openvswitch.tmpfiles
    (from rev 219333, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-testing-x86_64/ovs-vswitchd.service
    (from rev 219333, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-testing-x86_64/ovsdb-server.service
    (from rev 219333, openvswitch/trunk/ovsdb-server.service)
Deleted:
  openvswitch/repos/community-testing-i686/PKGBUILD
  openvswitch/repos/community-testing-i686/openvswitch.install
  openvswitch/repos/community-testing-i686/openvswitch.tmpfiles
  openvswitch/repos/community-testing-i686/ovs-vswitchd.service
  openvswitch/repos/community-testing-i686/ovsdb-server.service
  openvswitch/repos/community-testing-x86_64/PKGBUILD
  openvswitch/repos/community-testing-x86_64/openvswitch.install
  openvswitch/repos/community-testing-x86_64/openvswitch.tmpfiles
  openvswitch/repos/community-testing-x86_64/ovs-vswitchd.service
  openvswitch/repos/community-testing-x86_64/ovsdb-server.service

-----------------------------------------------+
 /PKGBUILD                                     |  108 ++++++++++++++++++++++++
 /openvswitch.install                          |   26 +++++
 /openvswitch.tmpfiles                         |    2 
 /ovs-vswitchd.service                         |   30 ++++++
 /ovsdb-server.service                         |   14 +++
 community-testing-i686/PKGBUILD               |   54 ------------
 community-testing-i686/openvswitch.install    |   13 --
 community-testing-i686/openvswitch.tmpfiles   |    1 
 community-testing-i686/ovs-vswitchd.service   |   15 ---
 community-testing-i686/ovsdb-server.service   |    7 -
 community-testing-x86_64/PKGBUILD             |   54 ------------
 community-testing-x86_64/openvswitch.install  |   13 --
 community-testing-x86_64/openvswitch.tmpfiles |    1 
 community-testing-x86_64/ovs-vswitchd.service |   15 ---
 community-testing-x86_64/ovsdb-server.service |    7 -
 15 files changed, 180 insertions(+), 180 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2017-03-27 13:51:01 UTC (rev 219333)
+++ community-testing-i686/PKGBUILD	2017-03-27 13:51:26 UTC (rev 219334)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Pedro Martinez-Julia (pedromj at um.es)
-# Contributor: Matt Monaco <net 0x01b dgbaley27>
-
-pkgname=openvswitch
-pkgver=2.6.1
-pkgrel=3
-pkgdesc="Production Quality, Multilayer Open Virtual Switch"
-url="http://openvswitch.org"
-license=('APACHE')
-arch=(x86_64 i686)
-install=openvswitch.install
-source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz"
-	openvswitch.tmpfiles
-	ovsdb-server.service
-	ovs-vswitchd.service)
-depends=('openssl')
-makedepends=('python2-six')
-optdepends=('python2-six')
-sha256sums=('307b20aba6a179bf13e5da9ac242933c31349073762473a9d4782619c8c1cf0c'
-            'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
-            'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
-            '679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i \
-    -e 's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
-    Makefile.am
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./boot.sh
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --with-rundir=/run/openvswitch \
-    --sbindir=/usr/bin \
-    PYTHON=/usr/bin/python2
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "$srcdir"/openvswitch.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf"
-  install -Dm0644 "$srcdir"/ovsdb-server.service "$pkgdir/usr/lib/systemd/system/ovsdb-server.service"
-  install -Dm0644 "$srcdir"/ovs-vswitchd.service "$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service"
-  install -dm0755 "$pkgdir/etc/openvswitch"
-  rm -rf "$pkgdir"/run
-}

Copied: openvswitch/repos/community-testing-i686/PKGBUILD (from rev 219333, openvswitch/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-03-27 13:51:26 UTC (rev 219334)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Pedro Martinez-Julia (pedromj at um.es)
+# Contributor: Matt Monaco <net 0x01b dgbaley27>
+
+pkgname=openvswitch
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="Production Quality, Multilayer Open Virtual Switch"
+url="http://openvswitch.org"
+license=('APACHE')
+arch=(x86_64 i686)
+install=openvswitch.install
+source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz"
+	openvswitch.tmpfiles
+	ovsdb-server.service
+	ovs-vswitchd.service)
+depends=('openssl')
+makedepends=('python2-six')
+optdepends=('python2-six')
+sha256sums=('e492cf08a929b4a2178b7f9b01dc4ff562f44138b547b4e942078187b2445d2e'
+            'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
+            'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
+            '679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i \
+    -e 's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
+    Makefile.am
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./boot.sh
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --with-rundir=/run/openvswitch \
+    --sbindir=/usr/bin \
+    PYTHON=/usr/bin/python2
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 "$srcdir"/openvswitch.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf"
+  install -Dm0644 "$srcdir"/ovsdb-server.service "$pkgdir/usr/lib/systemd/system/ovsdb-server.service"
+  install -Dm0644 "$srcdir"/ovs-vswitchd.service "$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service"
+  install -dm0755 "$pkgdir/etc/openvswitch"
+  rm -rf "$pkgdir"/run
+}

Deleted: community-testing-i686/openvswitch.install
===================================================================
--- community-testing-i686/openvswitch.install	2017-03-27 13:51:01 UTC (rev 219333)
+++ community-testing-i686/openvswitch.install	2017-03-27 13:51:26 UTC (rev 219334)
@@ -1,13 +0,0 @@
-post_install() {
-	if [[ ! -f etc/openvswitch/conf.db ]]; then
-		cmd=(ovsdb-tool create
-			etc/openvswitch/conf.db
-			usr/share/openvswitch/vswitch.ovsschema)
-		printf "Running: %s\n" "${cmd[*]}"
-		"${cmd[@]}"
-	fi
-}
-
-post_upgrade() {
-	post_install
-}

Copied: openvswitch/repos/community-testing-i686/openvswitch.install (from rev 219333, openvswitch/trunk/openvswitch.install)
===================================================================
--- community-testing-i686/openvswitch.install	                        (rev 0)
+++ community-testing-i686/openvswitch.install	2017-03-27 13:51:26 UTC (rev 219334)
@@ -0,0 +1,13 @@
+post_install() {
+	if [[ ! -f etc/openvswitch/conf.db ]]; then
+		cmd=(ovsdb-tool create
+			etc/openvswitch/conf.db
+			usr/share/openvswitch/vswitch.ovsschema)
+		printf "Running: %s\n" "${cmd[*]}"
+		"${cmd[@]}"
+	fi
+}
+
+post_upgrade() {
+	post_install
+}

Deleted: community-testing-i686/openvswitch.tmpfiles
===================================================================
--- community-testing-i686/openvswitch.tmpfiles	2017-03-27 13:51:01 UTC (rev 219333)
+++ community-testing-i686/openvswitch.tmpfiles	2017-03-27 13:51:26 UTC (rev 219334)
@@ -1 +0,0 @@
-d /run/openvswitch 0770 root root -

Copied: openvswitch/repos/community-testing-i686/openvswitch.tmpfiles (from rev 219333, openvswitch/trunk/openvswitch.tmpfiles)
===================================================================
--- community-testing-i686/openvswitch.tmpfiles	                        (rev 0)
+++ community-testing-i686/openvswitch.tmpfiles	2017-03-27 13:51:26 UTC (rev 219334)
@@ -0,0 +1 @@
+d /run/openvswitch 0770 root root -

Deleted: community-testing-i686/ovs-vswitchd.service
===================================================================
--- community-testing-i686/ovs-vswitchd.service	2017-03-27 13:51:01 UTC (rev 219333)
+++ community-testing-i686/ovs-vswitchd.service	2017-03-27 13:51:26 UTC (rev 219334)
@@ -1,15 +0,0 @@
-[Unit]
-Description    = Open vSwitch Daemon
-Documentation  = man:ovs-vswitchd
-Wants          = network.target
-Before         = network.target
-Requires       = ovsdb-server.service
-After          = ovsdb-server.service
-
-[Service]
-ExecStartPre = /sbin/modprobe openvswitch
-PIDFile = /run/openvswitch/ovs-vswitchd.pid
-ExecStart = /usr/sbin/ovs-vswitchd --pidfile=/run/openvswitch/ovs-vswitchd.pid
-
-[Install]
-WantedBy       = multi-user.target

Copied: openvswitch/repos/community-testing-i686/ovs-vswitchd.service (from rev 219333, openvswitch/trunk/ovs-vswitchd.service)
===================================================================
--- community-testing-i686/ovs-vswitchd.service	                        (rev 0)
+++ community-testing-i686/ovs-vswitchd.service	2017-03-27 13:51:26 UTC (rev 219334)
@@ -0,0 +1,15 @@
+[Unit]
+Description    = Open vSwitch Daemon
+Documentation  = man:ovs-vswitchd
+Wants          = network.target
+Before         = network.target
+Requires       = ovsdb-server.service
+After          = ovsdb-server.service
+
+[Service]
+ExecStartPre = /sbin/modprobe openvswitch
+PIDFile = /run/openvswitch/ovs-vswitchd.pid
+ExecStart = /usr/sbin/ovs-vswitchd --pidfile=/run/openvswitch/ovs-vswitchd.pid
+
+[Install]
+WantedBy       = multi-user.target

Deleted: community-testing-i686/ovsdb-server.service
===================================================================
--- community-testing-i686/ovsdb-server.service	2017-03-27 13:51:01 UTC (rev 219333)
+++ community-testing-i686/ovsdb-server.service	2017-03-27 13:51:26 UTC (rev 219334)
@@ -1,7 +0,0 @@
-[Unit]
-Description    =  Open vSwitch Database Server
-Documentation  =  man:ovsdb-server
-
-[Service]
-PIDFile=/run/openvswitch/ovsdb-server.pid
-ExecStart=/usr/sbin/ovsdb-server --remote=punix:/var/run/openvswitch/db.sock --pidfile=/run/openvswitch/ovsdb-server.pid

Copied: openvswitch/repos/community-testing-i686/ovsdb-server.service (from rev 219333, openvswitch/trunk/ovsdb-server.service)
===================================================================
--- community-testing-i686/ovsdb-server.service	                        (rev 0)
+++ community-testing-i686/ovsdb-server.service	2017-03-27 13:51:26 UTC (rev 219334)
@@ -0,0 +1,7 @@
+[Unit]
+Description    =  Open vSwitch Database Server
+Documentation  =  man:ovsdb-server
+
+[Service]
+PIDFile=/run/openvswitch/ovsdb-server.pid
+ExecStart=/usr/sbin/ovsdb-server --remote=punix:/var/run/openvswitch/db.sock --pidfile=/run/openvswitch/ovsdb-server.pid

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2017-03-27 13:51:01 UTC (rev 219333)
+++ community-testing-x86_64/PKGBUILD	2017-03-27 13:51:26 UTC (rev 219334)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Pedro Martinez-Julia (pedromj at um.es)
-# Contributor: Matt Monaco <net 0x01b dgbaley27>
-
-pkgname=openvswitch
-pkgver=2.6.1
-pkgrel=3
-pkgdesc="Production Quality, Multilayer Open Virtual Switch"
-url="http://openvswitch.org"
-license=('APACHE')
-arch=(x86_64 i686)
-install=openvswitch.install
-source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz"
-	openvswitch.tmpfiles
-	ovsdb-server.service
-	ovs-vswitchd.service)
-depends=('openssl')
-makedepends=('python2-six')
-optdepends=('python2-six')
-sha256sums=('307b20aba6a179bf13e5da9ac242933c31349073762473a9d4782619c8c1cf0c'
-            'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
-            'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
-            '679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i \
-    -e 's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
-    Makefile.am
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./boot.sh
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --with-rundir=/run/openvswitch \
-    --sbindir=/usr/bin \
-    PYTHON=/usr/bin/python2
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "$srcdir"/openvswitch.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf"
-  install -Dm0644 "$srcdir"/ovsdb-server.service "$pkgdir/usr/lib/systemd/system/ovsdb-server.service"
-  install -Dm0644 "$srcdir"/ovs-vswitchd.service "$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service"
-  install -dm0755 "$pkgdir/etc/openvswitch"
-  rm -rf "$pkgdir"/run
-}

Copied: openvswitch/repos/community-testing-x86_64/PKGBUILD (from rev 219333, openvswitch/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-03-27 13:51:26 UTC (rev 219334)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Pedro Martinez-Julia (pedromj at um.es)
+# Contributor: Matt Monaco <net 0x01b dgbaley27>
+
+pkgname=openvswitch
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="Production Quality, Multilayer Open Virtual Switch"
+url="http://openvswitch.org"
+license=('APACHE')
+arch=(x86_64 i686)
+install=openvswitch.install
+source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz"
+	openvswitch.tmpfiles
+	ovsdb-server.service
+	ovs-vswitchd.service)
+depends=('openssl')
+makedepends=('python2-six')
+optdepends=('python2-six')
+sha256sums=('e492cf08a929b4a2178b7f9b01dc4ff562f44138b547b4e942078187b2445d2e'
+            'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
+            'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
+            '679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i \
+    -e 's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
+    Makefile.am
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./boot.sh
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --with-rundir=/run/openvswitch \
+    --sbindir=/usr/bin \
+    PYTHON=/usr/bin/python2
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 "$srcdir"/openvswitch.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf"
+  install -Dm0644 "$srcdir"/ovsdb-server.service "$pkgdir/usr/lib/systemd/system/ovsdb-server.service"
+  install -Dm0644 "$srcdir"/ovs-vswitchd.service "$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service"
+  install -dm0755 "$pkgdir/etc/openvswitch"
+  rm -rf "$pkgdir"/run
+}

Deleted: community-testing-x86_64/openvswitch.install
===================================================================
--- community-testing-x86_64/openvswitch.install	2017-03-27 13:51:01 UTC (rev 219333)
+++ community-testing-x86_64/openvswitch.install	2017-03-27 13:51:26 UTC (rev 219334)
@@ -1,13 +0,0 @@
-post_install() {
-	if [[ ! -f etc/openvswitch/conf.db ]]; then
-		cmd=(ovsdb-tool create
-			etc/openvswitch/conf.db
-			usr/share/openvswitch/vswitch.ovsschema)
-		printf "Running: %s\n" "${cmd[*]}"
-		"${cmd[@]}"
-	fi
-}
-
-post_upgrade() {
-	post_install
-}

Copied: openvswitch/repos/community-testing-x86_64/openvswitch.install (from rev 219333, openvswitch/trunk/openvswitch.install)
===================================================================
--- community-testing-x86_64/openvswitch.install	                        (rev 0)
+++ community-testing-x86_64/openvswitch.install	2017-03-27 13:51:26 UTC (rev 219334)
@@ -0,0 +1,13 @@
+post_install() {
+	if [[ ! -f etc/openvswitch/conf.db ]]; then
+		cmd=(ovsdb-tool create
+			etc/openvswitch/conf.db
+			usr/share/openvswitch/vswitch.ovsschema)
+		printf "Running: %s\n" "${cmd[*]}"
+		"${cmd[@]}"
+	fi
+}
+
+post_upgrade() {
+	post_install
+}

Deleted: community-testing-x86_64/openvswitch.tmpfiles
===================================================================
--- community-testing-x86_64/openvswitch.tmpfiles	2017-03-27 13:51:01 UTC (rev 219333)
+++ community-testing-x86_64/openvswitch.tmpfiles	2017-03-27 13:51:26 UTC (rev 219334)
@@ -1 +0,0 @@
-d /run/openvswitch 0770 root root -

Copied: openvswitch/repos/community-testing-x86_64/openvswitch.tmpfiles (from rev 219333, openvswitch/trunk/openvswitch.tmpfiles)
===================================================================
--- community-testing-x86_64/openvswitch.tmpfiles	                        (rev 0)
+++ community-testing-x86_64/openvswitch.tmpfiles	2017-03-27 13:51:26 UTC (rev 219334)
@@ -0,0 +1 @@
+d /run/openvswitch 0770 root root -

Deleted: community-testing-x86_64/ovs-vswitchd.service
===================================================================
--- community-testing-x86_64/ovs-vswitchd.service	2017-03-27 13:51:01 UTC (rev 219333)
+++ community-testing-x86_64/ovs-vswitchd.service	2017-03-27 13:51:26 UTC (rev 219334)
@@ -1,15 +0,0 @@
-[Unit]
-Description    = Open vSwitch Daemon
-Documentation  = man:ovs-vswitchd
-Wants          = network.target
-Before         = network.target
-Requires       = ovsdb-server.service
-After          = ovsdb-server.service
-
-[Service]
-ExecStartPre = /sbin/modprobe openvswitch
-PIDFile = /run/openvswitch/ovs-vswitchd.pid
-ExecStart = /usr/sbin/ovs-vswitchd --pidfile=/run/openvswitch/ovs-vswitchd.pid
-
-[Install]
-WantedBy       = multi-user.target

Copied: openvswitch/repos/community-testing-x86_64/ovs-vswitchd.service (from rev 219333, openvswitch/trunk/ovs-vswitchd.service)
===================================================================
--- community-testing-x86_64/ovs-vswitchd.service	                        (rev 0)
+++ community-testing-x86_64/ovs-vswitchd.service	2017-03-27 13:51:26 UTC (rev 219334)
@@ -0,0 +1,15 @@
+[Unit]
+Description    = Open vSwitch Daemon
+Documentation  = man:ovs-vswitchd
+Wants          = network.target
+Before         = network.target
+Requires       = ovsdb-server.service
+After          = ovsdb-server.service
+
+[Service]
+ExecStartPre = /sbin/modprobe openvswitch
+PIDFile = /run/openvswitch/ovs-vswitchd.pid
+ExecStart = /usr/sbin/ovs-vswitchd --pidfile=/run/openvswitch/ovs-vswitchd.pid
+
+[Install]
+WantedBy       = multi-user.target

Deleted: community-testing-x86_64/ovsdb-server.service
===================================================================
--- community-testing-x86_64/ovsdb-server.service	2017-03-27 13:51:01 UTC (rev 219333)
+++ community-testing-x86_64/ovsdb-server.service	2017-03-27 13:51:26 UTC (rev 219334)
@@ -1,7 +0,0 @@
-[Unit]
-Description    =  Open vSwitch Database Server
-Documentation  =  man:ovsdb-server
-
-[Service]
-PIDFile=/run/openvswitch/ovsdb-server.pid
-ExecStart=/usr/sbin/ovsdb-server --remote=punix:/var/run/openvswitch/db.sock --pidfile=/run/openvswitch/ovsdb-server.pid

Copied: openvswitch/repos/community-testing-x86_64/ovsdb-server.service (from rev 219333, openvswitch/trunk/ovsdb-server.service)
===================================================================
--- community-testing-x86_64/ovsdb-server.service	                        (rev 0)
+++ community-testing-x86_64/ovsdb-server.service	2017-03-27 13:51:26 UTC (rev 219334)
@@ -0,0 +1,7 @@
+[Unit]
+Description    =  Open vSwitch Database Server
+Documentation  =  man:ovsdb-server
+
+[Service]
+PIDFile=/run/openvswitch/ovsdb-server.pid
+ExecStart=/usr/sbin/ovsdb-server --remote=punix:/var/run/openvswitch/db.sock --pidfile=/run/openvswitch/ovsdb-server.pid



More information about the arch-commits mailing list