Gentoo Archives: gentoo-commits

From: "Dawid Weglinski (cla)" <cla@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/fcron: fcron-3.0.4.ebuild ChangeLog
Date: Thu, 24 Jan 2008 19:14:30
Message-Id: E1JI7Wt-0007Cg-L7@stork.gentoo.org
1 cla 08/01/24 19:14:27
2
3 Modified: fcron-3.0.4.ebuild ChangeLog
4 Log:
5 Stable on x86 (bug #207266)
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.5 sys-process/fcron/fcron-3.0.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/fcron/fcron-3.0.4.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/fcron/fcron-3.0.4.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/fcron/fcron-3.0.4.ebuild?r1=1.4&r2=1.5
14
15 Index: fcron-3.0.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.4.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- fcron-3.0.4.ebuild 24 Jan 2008 18:43:05 -0000 1.4
22 +++ fcron-3.0.4.ebuild 24 Jan 2008 19:14:27 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.4.ebuild,v 1.4 2008/01/24 18:43:05 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.4.ebuild,v 1.5 2008/01/24 19:14:27 cla Exp $
28
29 inherit cron pam eutils
30
31 @@ -10,7 +10,7 @@
32 SRC_URI="http://fcron.free.fr/archives/${MY_P}.src.tar.gz"
33
34 LICENSE="GPL-2"
35 -KEYWORDS="~amd64 ~hppa ~mips ppc ~sparc ~x86 ~x86-fbsd"
36 +KEYWORDS="~amd64 ~hppa ~mips ppc ~sparc x86 ~x86-fbsd"
37 IUSE="debug doc pam selinux"
38
39 DEPEND="doc? ( >=app-text/docbook-dsssl-stylesheets-1.77 )
40 @@ -223,22 +223,22 @@
41 ebeep 10
42 epause 10
43
44 - if ls -1 ${ROOT}var/spool/cron/fcrontabs/* >&/dev/null; then
45 + if ls -1 "${ROOT}"var/spool/cron/fcrontabs/* >&/dev/null; then
46 ewarn
47 ewarn "WARNING: fcron now uses a dedicated fcron-specific"
48 ewarn "spooldir ${ROOT}var/spool/fcron instead of the commonly"
49 ewarn "used ${ROOT}var/spool/cron for several reasons."
50 ewarn
51 ewarn "Copying over existing crontabs from ${ROOT}var/spool/cron/fcrontabs"
52 - cp ${ROOT}var/spool/cron/fcrontabs/* ${ROOT}var/spool/fcron/ >&/dev/null \
53 + cp "${ROOT}"var/spool/cron/fcrontabs/* "${ROOT}"var/spool/fcron/ >&/dev/null \
54 || die "failed to migrate existing crontabs"
55 ewarn "You should now remove ${ROOT}var/spool/cron/fcrontabs!"
56 ewarn
57 ewarn "Fixing permissions and ownership of ${ROOT}var/spool/fcron"
58 - chown root:root ${ROOT}var/spool/fcron/* >&/dev/null
59 - chmod 0600 ${ROOT}var/spool/fcron/* >&/dev/null
60 - chown fcron:fcron ${ROOT}var/spool/fcron/*.orig >&/dev/null
61 - chmod 0640 ${ROOT}var/spool/fcron/*.orig >&/dev/null
62 + chown root:root "${ROOT}"var/spool/fcron/* >&/dev/null
63 + chmod 0600 "${ROOT}"var/spool/fcron/* >&/dev/null
64 + chown fcron:fcron "${ROOT}"var/spool/fcron/*.orig >&/dev/null
65 + chmod 0640 "${ROOT}"var/spool/fcron/*.orig >&/dev/null
66 ewarn
67 ewarn "*** YOU SHOULD IMMEDIATELY UPDATE THE"
68 ewarn "*** fcrontabs ENTRY IN ${ROOT}etc/fcron/fcron.conf"
69
70
71
72 1.55 sys-process/fcron/ChangeLog
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/fcron/ChangeLog?rev=1.55&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/fcron/ChangeLog?rev=1.55&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/fcron/ChangeLog?r1=1.54&r2=1.55
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v
81 retrieving revision 1.54
82 retrieving revision 1.55
83 diff -u -r1.54 -r1.55
84 --- ChangeLog 24 Jan 2008 18:43:05 -0000 1.54
85 +++ ChangeLog 24 Jan 2008 19:14:27 -0000 1.55
86 @@ -1,6 +1,9 @@
87 # ChangeLog for sys-process/fcron
88 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.54 2008/01/24 18:43:05 nixnut Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.55 2008/01/24 19:14:27 cla Exp $
91 +
92 + 24 Jan 2008; Dawid Węgliński <cla@g.o> fcron-3.0.4.ebuild:
93 + Stable on x86 (bug #207266)
94
95 24 Jan 2008; nixnut <nixnut@g.o> fcron-3.0.4.ebuild:
96 Stable on ppc wrt bug 207266
97
98
99
100 --
101 gentoo-commits@l.g.o mailing list