summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
-rw-r--r--timeoutd.service5
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8bbe7706b8f..6faf4d4d399c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Apr 5 19:48:37 UTC 2017
+# Mon Oct 9 07:48:12 UTC 2017
pkgbase = timeoutd
pkgdesc = Flexible user timeout daemon. Enforces user login restrictions.
pkgver = 1.5u10.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/sohonet/timeoutd
arch = i686
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = timeoutd
source = timeoutd.service
md5sums = 48ba0c3cdc6446ce8536109aad10e726
md5sums = 6f8a7ac7b8abdd40f04264ad132a81e6
- md5sums = 8ced5cbe1e96e0f35e240858c1b21fb6
+ md5sums = ae68577854b73a906451856f5ccbf809
pkgname = timeoutd
diff --git a/PKGBUILD b/PKGBUILD
index 498dacf5b2b6..000a616f704d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: SanskritFritz (gmail)
+# Contributor: yuntan_t (AUR)
pkgname=timeoutd
pkgver=1.5u10.1
-pkgrel=3
+pkgrel=4
pkgdesc="Flexible user timeout daemon. Enforces user login restrictions."
arch=('i686' 'x86_64')
url="https://github.com/sohonet/timeoutd"
@@ -35,4 +36,4 @@ package() {
md5sums=('48ba0c3cdc6446ce8536109aad10e726'
'6f8a7ac7b8abdd40f04264ad132a81e6'
- '8ced5cbe1e96e0f35e240858c1b21fb6')
+ 'ae68577854b73a906451856f5ccbf809')
diff --git a/timeoutd.service b/timeoutd.service
index 55ba1976c3c0..6fe94f1f0a88 100644
--- a/timeoutd.service
+++ b/timeoutd.service
@@ -1,11 +1,12 @@
[Unit]
-Description=Flexible user timeout daemon
+Description=timeoutd user timeout daemon
[Service]
Type=forking
GuessMainPID=yes
ExecStart=/usr/bin/timeoutd
-ExecStop=pkill timeoutd
+ExecStop=/usr/bin/pkill timeoutd
[Install]
WantedBy=multi-user.target
+