summaryrefslogtreecommitdiff
path: root/community/dcron
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-11-13 09:52:07 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-11-13 09:52:07 +0100
commitd830c3b1d23d90c928c68bf821049db3abf897b8 (patch)
treefe0cb5ea454a6dbbdd4ad55fc41a6d1c539822c1 /community/dcron
parent4d0ba8da182e9ae35e0f7071adc2970d906698bc (diff)
parentb863c91c6c9218e2ad9458231b24385be177ed08 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/gtkdatabox/PKGBUILD community/ibus-sunpinyin/PKGBUILD community/sunpinyin/PKGBUILD extra/php-xcache/PKGBUILD extra/sdl_mixer/PKGBUILD extra/xorg-server/PKGBUILD
Diffstat (limited to 'community/dcron')
-rw-r--r--community/dcron/PKGBUILD6
-rw-r--r--community/dcron/service1
2 files changed, 4 insertions, 3 deletions
diff --git a/community/dcron/PKGBUILD b/community/dcron/PKGBUILD
index 6d9107715..03c03a08c 100644
--- a/community/dcron/PKGBUILD
+++ b/community/dcron/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 72785 2012-06-22 12:49:56Z dreisner $
+# $Id: PKGBUILD 79754 2012-11-11 21:14:11Z spupykin $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Paul Mattal <paul.archlinux.org>
pkgname=dcron
pkgver=4.5
-pkgrel=3
+pkgrel=4
pkgdesc="dillon's lightweight cron daemon"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
@@ -18,7 +18,7 @@ install=$pkgname.install
source=(http://www.jimpryor.net/linux/releases/${pkgname}-${pkgver}.tar.gz
service)
md5sums=('078833f3281f96944fc30392b1888326'
- '5a68a7aee883738e7f7f8549481bb297')
+ 'e43c3d758384ac644f5e19f460ab5f46')
build() {
cd "$srcdir/${pkgname}-${pkgver}"
diff --git a/community/dcron/service b/community/dcron/service
index 59fc64b80..47265791e 100644
--- a/community/dcron/service
+++ b/community/dcron/service
@@ -5,6 +5,7 @@ Description=Periodic Command Scheduler
Type=forking
EnvironmentFile=/etc/conf.d/crond
ExecStart=/usr/sbin/crond $CROND_ARGS
+Restart=always
[Install]
WantedBy=multi-user.target