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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Jun 18 12:30:17 UTC 2014


    Date: Wednesday, June 18, 2014 @ 14:30:17
  Author: flexiondotorg
Revision: 113321

upgpkg: syncthing 0.8.15-2 - Closes FS#40869.

Modified:
  syncthing/trunk/PKGBUILD
  syncthing/trunk/syncthing.install

-------------------+
 PKGBUILD          |    2 +-
 syncthing.install |   14 +++-----------
 2 files changed, 4 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-18 12:16:34 UTC (rev 113320)
+++ PKGBUILD	2014-06-18 12:30:17 UTC (rev 113321)
@@ -7,7 +7,7 @@
 _pkgstamp=$(date +%s)
 pkgname=syncthing
 pkgver=0.8.15
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 url="http://syncthing.net/"
 license=('MIT')

Modified: syncthing.install
===================================================================
--- syncthing.install	2014-06-18 12:16:34 UTC (rev 113320)
+++ syncthing.install	2014-06-18 12:30:17 UTC (rev 113321)
@@ -2,24 +2,16 @@
 cat << EOF
   WebGUI can be accessed at http://localhost:8080
 
-  Execute
+  Execute the following to reload systemd modules.
 
     systemctl daemon-reload
 
-  to reload systemd modules.
+  To start and/or enable syncthing execute the the following,
+  replacing 'user' with your username.
 
-  To start syncthing, execute:
-
     systemctl start syncthing at user
-
-  where 'user' is your username.
-
-  To autostart syncthing on system start, execute
-
     systemctl enable syncthing at user
 
-  where 'user' is your username.
-
 EOF
 }
 




More information about the arch-commits mailing list