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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Dec 28 18:50:16 UTC 2016


    Date: Wednesday, December 28, 2016 @ 18:50:15
  Author: bpiotrowski
Revision: 203205

Install UFW rules

Modified:
  syncthing/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++++
 1 file changed, 4 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-28 17:43:35 UTC (rev 203204)
+++ PKGBUILD	2016-12-28 18:50:15 UTC (rev 203205)
@@ -62,6 +62,10 @@
   # license
   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 
+  # ufw preset
+  install -Dm644 etc/firewall-ufw/syncthing \
+    "$pkgdir/etc/ufw/applications.d/ufw-syncthing"
+
   # man pages
   cd "${srcdir}/src/github.com/syncthing/${pkgname}/man"
   for file in $(find . -name '*.1' -print); do



More information about the arch-commits mailing list