Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=a1aba7bb757040e5fa24656531752d13e5f8c95f

commit a1aba7bb757040e5fa24656531752d13e5f8c95f
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Sat Jan 15 01:57:48 2011 +0100

dcron-4.4-1-i686

- version bump

diff --git a/source/base/dcron/FrugalBuild b/source/base/dcron/FrugalBuild
index de8263c..9a8caf2 100644
--- a/source/base/dcron/FrugalBuild
+++ b/source/base/dcron/FrugalBuild
@@ -2,35 +2,29 @@
# Maintainer: Miklos Vajna <vmik...@frugalware.org>

pkgname=dcron
-pkgver=3.2
-pkgrel=7
+pkgver=4.4
+pkgrel=1
pkgdesc="Dillon's Cron daemon"
-url="http://apollo.backplane.com/FreeSrc/";
+url="http://www.jimpryor.net/linux/dcron";
depends=('glibc>=2.8-3')
rodepends=('sysklogd>=1.5-3' 'psmisc>=22.6-3')
groups=('base')
archs=('i686' 'x86_64' 'ppc')
backup=(var/spool/cron/crontabs/root)
-# Matt is lazy to update the version on the website :)
-up2date="lynx -dump $url |grep DCRON|cut -d V -f 2|sed 's/3.1/3.2/'"
-source=(http://apollo.backplane.com/FreeSrc/dcron${pkgver/./}.tgz \
+up2date="Flasttar $url"
+source=(http://www.jimpryor.net/linux/releases/dcron-4.4.tar.gz \
run-parts run-parts.8.gz rc.crond root rc.crond-{de,hu}.po)
-sha1sums=('9ad539a5256684b86183cb51d92faf4dc40f179b' \
+sha1sums=('111cccfbc1b253927764cf48980e5298293d8a7f' \
'b9fa3287f26a3f882bc50256b8a017f94458aa47' \
'7d4d036ba92819467b5186177e57fa0a861f86eb' \
-          '8f89cb40350fa75c3a8426f58ce224b3f8b381e6' \
+          '9fff45fbec9c97a5edc52db36e7f4fd1a95f8a0c' \
'29cdde5846c7f3ffa3cef2c3e4f14cf10cadcc99' \
'9d855c0b62720f080d5b4cc2ad2ac3cb933b5497' \
'65181250a12cdc6a62c63e794275d95edb736cf7')

build()
{
-       Fcd $pkgname
-       Fsed "CFLAGS = .*" "CFLAGS = $CFLAGS" Makefile
-       Fsed '^\(DESTDIR.*\)' '\1\nDESTDIR += /usr' Makefile
-       Fsed '/bin/' '/usr/bin/' Makefile
-       Fsed '/sbin/' '/usr/sbin/' Makefile
-       Fsed '/man/' '/usr/man/' Makefile
+       Fsed '/usr/local' '/usr' Makefile
Fmkdir /etc/rc.d /etc/cron.{d,hourly,daily,weekly,monthly}
Fmkdir /usr/{{s,}bin,man/man{1,8}}
Fbuild
diff --git a/source/base/dcron/rc.crond b/source/base/dcron/rc.crond
index 7f57e60..65a3ed6 100644
--- a/source/base/dcron/rc.crond
+++ b/source/base/dcron/rc.crond
@@ -1,8 +1,8 @@
#!/bin/bash

# (c) 2005 Marcus Habermehl <bmh198...@yahoo.de>
-# (c) 2003, 2010 Vajna Miklos <vmik...@frugalware.org>
-# rc.crond for FrugalWare
+# (c) 2003, 2010, 2011 Vajna Miklos <vmik...@frugalware.org>
+# rc.crond for Frugalware
# distributed under GPL License

# chkconfig: 2345 95 05
@@ -21,7 +21,7 @@ rc_start()
{
start_msg
if [[ "$(eval $pid)" == "" ]] ; then
-               /usr/sbin/crond -l10 >> /var/log/cron 2> /dev/null
+               /usr/sbin/crond -S -l info
pidof crond >/var/run/crond.pid 2>/dev/null
ok $?
else
@@ -42,5 +42,3 @@ rc_stop()
}

rc_exec $1
-
-# vim: ft=sh
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to