summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Vorotnikov2016-11-22 10:09:23 +0300
committerArtem Vorotnikov2016-11-22 10:09:23 +0300
commit92733293dd11115f77ec53674de418ab9760256c (patch)
treeaaf78bcf088e251efdbae5783cbd67d00656a771
parent97eaa47b05dea8be0c9bfa7773d53a510cb581a8 (diff)
downloadaur-92733293dd11115f77ec53674de418ab9760256c.tar.gz
Do not redirect IO
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--volunode.service2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f6de8a02cb0..367fc8e7bfca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 9 08:22:08 UTC 2016
+# Tue Nov 22 07:08:02 UTC 2016
pkgbase = volunode-git
pkgdesc = Next generation client for Berkeley Open Infrastructure for Network Computing.
- pkgver = r29406.c36a06b
+ pkgver = r29416.c5b9184
pkgrel = 1
url = https://github.com/boinc-next/volunode
install = volunode.install
@@ -29,7 +29,7 @@ pkgbase = volunode-git
source = volunode.sysusers
sha256sums = SKIP
sha256sums = e41addacd2a1f508f7ac6803e53228fb580fb6b1fdf258322c4d0221d9ca90d1
- sha256sums = df5188eaf1246eb33639a6cd5e70039aefdf16fc530f79140fc9ec7e7ab3085f
+ sha256sums = 42631ec573efc02408c12b4fab8d29432e3f558e0cebe30b1beeef8364594f15
sha256sums = c7a03d70cce6206d071d99c13315977db4c4deac2cab52a236f0825325720907
pkgname = volunode-git
diff --git a/PKGBUILD b/PKGBUILD
index a215c753be20..dd6ce5291a3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _reponame=volunode
_pkgbase=volunode
pkgname=${_pkgbase}-git
pkgdesc="Next generation client for Berkeley Open Infrastructure for Network Computing."
-pkgver=r29406.c36a06b
+pkgver=r29416.c5b9184
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/$_username/${_reponame/}"
@@ -25,7 +25,7 @@ source=("git+https://github.com/${_username}/${_reponame}${_ref}"
sha256sums=(
'SKIP'
'e41addacd2a1f508f7ac6803e53228fb580fb6b1fdf258322c4d0221d9ca90d1'
- 'df5188eaf1246eb33639a6cd5e70039aefdf16fc530f79140fc9ec7e7ab3085f'
+ '42631ec573efc02408c12b4fab8d29432e3f558e0cebe30b1beeef8364594f15'
'c7a03d70cce6206d071d99c13315977db4c4deac2cab52a236f0825325720907'
)
diff --git a/volunode.service b/volunode.service
index d6a2207da6f6..610a88df9838 100644
--- a/volunode.service
+++ b/volunode.service
@@ -4,7 +4,7 @@ Description=Volunode daemon
[Service]
User=volunode
Nice=19
-ExecStart=/usr/bin/volunode --dir /var/lib/volunode --redirectio --gui_rpc_port 31417
+ExecStart=/usr/bin/volunode --dir /var/lib/volunode --gui_rpc_port 31417
[Install]
WantedBy=multi-user.target