[arch-commits] Commit in lldpd/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Thu Sep 25 08:35:36 UTC 2014


    Date: Thursday, September 25, 2014 @ 10:35:36
  Author: seblu
Revision: 119558

upgpkg: lldpd 0.7.10-2

- fix FS#42104

Modified:
  lldpd/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-25 07:34:08 UTC (rev 119557)
+++ PKGBUILD	2014-09-25 08:35:36 UTC (rev 119558)
@@ -4,7 +4,7 @@
 
 pkgname=lldpd
 pkgver=0.7.10
-pkgrel=1
+pkgrel=2
 pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
 arch=('i686' 'x86_64')
 url='http://vincentbernat.github.io/lldpd/'
@@ -50,8 +50,7 @@
   # systemd stuff
   install -D -m 644 lldpd.service "$pkgdir/usr/lib/systemd/system/lldpd.service"
   install -D -m 644 /dev/null "$pkgdir/usr/lib/tmpfiles.d/lldpd.conf"
-  printf 'd /run/lldpd 0750 lldpd lldpd\nd /run/lldpd 0750 lldpd lldpd\n' > \
-    "$pkgdir/usr/lib/tmpfiles.d/lldpd.conf"
+  printf 'd /run/lldpd 0750 lldpd lldpd\n' > "$pkgdir/usr/lib/tmpfiles.d/lldpd.conf"
   # license
   install -D -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 




More information about the arch-commits mailing list