diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-03-08 13:23:17 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-03-08 13:23:17 +0000 |
commit | e11a958f91e342cf27fce610a1e8aca9e66303ce (patch) | |
tree | 7cb72ba1862be8701851ad9dd6952175bad4c7c5 /sys-process/fcron | |
parent | Moved large patch to distfiles... (diff) | |
download | historical-e11a958f91e342cf27fce610a1e8aca9e66303ce.tar.gz historical-e11a958f91e342cf27fce610a1e8aca9e66303ce.tar.bz2 historical-e11a958f91e342cf27fce610a1e8aca9e66303ce.zip |
Revision bump; added patch to fix mail output. Thanks to Dmitry Karasik for the patch in bug 83648.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-process/fcron')
-rw-r--r-- | sys-process/fcron/ChangeLog | 10 | ||||
-rw-r--r-- | sys-process/fcron/Manifest | 13 | ||||
-rw-r--r-- | sys-process/fcron/fcron-2.9.5.1-r3.ebuild (renamed from sys-process/fcron/fcron-2.9.5.1-r2.ebuild) | 3 | ||||
-rw-r--r-- | sys-process/fcron/files/digest-fcron-2.9.5.1-r3 (renamed from sys-process/fcron/files/digest-fcron-2.9.5.1-r2) | 0 | ||||
-rw-r--r-- | sys-process/fcron/files/fcron-2.9.5.1-fix-mail-output.diff | 11 |
5 files changed, 29 insertions, 8 deletions
diff --git a/sys-process/fcron/ChangeLog b/sys-process/fcron/ChangeLog index 048312c5df7c..332ba599ab40 100644 --- a/sys-process/fcron/ChangeLog +++ b/sys-process/fcron/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-process/fcron # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.2 2005/03/05 13:37:22 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.3 2005/03/08 13:23:17 ka0ttic Exp $ + +*fcron-2.9.5.1-r3 (08 Mar 2005) + + 08 Mar 2005; Aaron Walker <ka0ttic@gentoo.org> + +files/fcron-2.9.5.1-fix-mail-output.diff, -fcron-2.9.5.1-r2.ebuild, + +fcron-2.9.5.1-r3.ebuild: + Revision bump; added patch to fix mail output. Thanks to Dmitry Karasik for + the patch in bug 83648. *fcron-2.9.5.1-r2 (04 Mar 2005) diff --git a/sys-process/fcron/Manifest b/sys-process/fcron/Manifest index ae361f918d7a..e17d3eeab689 100644 --- a/sys-process/fcron/Manifest +++ b/sys-process/fcron/Manifest @@ -1,10 +1,10 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 347b640fa041f2d5e057cf221c0fffc4 fcron-2.9.5.1-r2.ebuild 2886 +MD5 3465f878e954bf184ac7e01f95735501 fcron-2.9.5.1-r3.ebuild 2932 MD5 e8f32d144323adb4540501be855a1e68 fcron-2.0.2.ebuild 3058 MD5 a789627c897c5fecc4ee172541049ee6 fcron-2.9.5.1.ebuild 3458 -MD5 8f4cb27e4e3cd05f68cca4d65807e425 ChangeLog 7859 +MD5 99a4c3b50320712660eb8cbcd8e4101b ChangeLog 8144 MD5 bd1deeb53b2b8e05397238a5479c74cc metadata.xml 251 MD5 92d3b4a42f3e88041e50bb552b9104fd files/crontab 832 MD5 56acd368757520dc61fdbb401393f1d7 files/fcron.conf 746 @@ -16,12 +16,13 @@ MD5 bebebfe6bc1ce39b1703b624f2be567e files/fcron-2.0.0-configure.diff 390 MD5 e1311be969a924a68a7829f741faf35f files/fcron.allow 374 MD5 f659349d3f24fa1b57684af8f495efe6 files/fcrontab.pam 506 MD5 42d8a93754df65def4a3746bbc68e494 files/digest-fcron-2.9.5.1 69 +MD5 13f24f3071b76cbd3a13d821c3f51436 files/fcron-2.9.5.1-fix-mail-output.diff 414 MD5 c8a7cb9487e6c4233a659157b8c93038 files/fcron.conf-2.9.5.1 803 -MD5 42d8a93754df65def4a3746bbc68e494 files/digest-fcron-2.9.5.1-r2 69 +MD5 42d8a93754df65def4a3746bbc68e494 files/digest-fcron-2.9.5.1-r3 69 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFCKbYYI1lqEGTUzyQRAl5XAKCTMMVzbxwCjiStnUQ9aXx0m5NOUgCg0cnB -k6bSJSp0aFD67ImJ9TgD410= -=C8nf +iD8DBQFCLadVEZCkKN40op4RAg4cAKC2hM0M8gb1yyhn1u0k/LzJOkO0hwCeP8mz +BX+GNv0LbuJyAPnOQj/TvL8= +=rOrI -----END PGP SIGNATURE----- diff --git a/sys-process/fcron/fcron-2.9.5.1-r2.ebuild b/sys-process/fcron/fcron-2.9.5.1-r3.ebuild index 7524dc41d721..389fd63afb3b 100644 --- a/sys-process/fcron/fcron-2.9.5.1-r2.ebuild +++ b/sys-process/fcron/fcron-2.9.5.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-2.9.5.1-r2.ebuild,v 1.1 2005/03/04 23:50:36 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-2.9.5.1-r3.ebuild,v 1.1 2005/03/08 13:23:17 ka0ttic Exp $ inherit cron @@ -34,6 +34,7 @@ src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${PN}-2.0.0-configure.diff + epatch ${FILESDIR}/${P}-fix-mail-output.diff # respect LDFLAGS sed -i "s:\(@LIBS@\):\$(LDFLAGS) \1:" Makefile.in || die "sed failed" autoconf || die "autoconf failed" diff --git a/sys-process/fcron/files/digest-fcron-2.9.5.1-r2 b/sys-process/fcron/files/digest-fcron-2.9.5.1-r3 index bca17bd60680..bca17bd60680 100644 --- a/sys-process/fcron/files/digest-fcron-2.9.5.1-r2 +++ b/sys-process/fcron/files/digest-fcron-2.9.5.1-r3 diff --git a/sys-process/fcron/files/fcron-2.9.5.1-fix-mail-output.diff b/sys-process/fcron/files/fcron-2.9.5.1-fix-mail-output.diff new file mode 100644 index 000000000000..de8902867fa6 --- /dev/null +++ b/sys-process/fcron/files/fcron-2.9.5.1-fix-mail-output.diff @@ -0,0 +1,11 @@ +--- job.c 2004-11-14 11:32:36.000000000 -0500 ++++ job.c 2005-03-07 01:23:37.181878096 -0500 +@@ -535,7 +535,7 @@ + foreground = 0; + + /* set stdin to the job's output */ +- if ( fseek(mailf, 0, SEEK_SET ) != 0) die_e("Can't fseek()"); ++ if ( lseek(fileno(mailf), 0, SEEK_SET ) != 0) die_e("Can't lseek()"); + if ( dup2(fileno(mailf), 0) != 0 ) die_e("Can't dup2(fileno(mailf))"); + + xcloselog(); |