wschlich 08/01/25 18:13:20
Modified: fcron-3.0.4.ebuild ChangeLog
Log:
fixed unquoted variables
(Portage version: 2.1.4)
Revision Changes Path
1.6 sys-process/fcron/fcron-3.0.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/fcron/fcron-3.0.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/fcron/fcron-3.0.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/fcron/fcron-3.0.4.ebuild?r1=1.5&r2=1.6
Index: fcron-3.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fcron-3.0.4.ebuild 24 Jan 2008 19:14:27 -0000 1.5
+++ fcron-3.0.4.ebuild 25 Jan 2008 18:13:19 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.4.ebuild,v 1.5 2008/01/24 19:14:27 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.0.4.ebuild,v 1.6 2008/01/25 18:13:19 wschlich Exp $
inherit cron pam eutils
@@ -201,12 +201,12 @@
ewarn
ewarn "Fixing permissions and ownership of ${ROOT}usr/bin/fcron{tab,dyn,sighup}"
- chown fcron:fcron ${ROOT}usr/bin/fcron{tab,dyn} >&/dev/null
- chown ${rootuser:-root}:fcron ${ROOT}usr/bin/fcronsighup >&/dev/null
- chmod 6755 ${ROOT}usr/bin/fcron{tab,dyn,sighup} >&/dev/null
+ chown fcron:fcron "${ROOT}"usr/bin/fcron{tab,dyn} >&/dev/null
+ chown ${rootuser:-root}:fcron "${ROOT}"usr/bin/fcronsighup >&/dev/null
+ chmod 6755 "${ROOT}"usr/bin/fcron{tab,dyn,sighup} >&/dev/null
ewarn "Fixing permissions and ownership of ${ROOT}etc/{fcron,fcrontab,crontab}"
- chown -R ${rootuser:-root}:fcron ${ROOT}etc/{fcron,fcrontab,crontab} >&/dev/null
- chmod -R g+rX,o= ${ROOT}etc/fcron ${ROOT}etc/{fcron,fcrontab,crontab} >&/dev/null
+ chown -R ${rootuser:-root}:fcron "${ROOT}"etc/{fcron,fcrontab,crontab} >&/dev/null
+ chmod -R g+rX,o= "${ROOT}"etc/fcron "${ROOT}"etc/{fcron,fcrontab,crontab} >&/dev/null
ewarn
ewarn
1.56 sys-process/fcron/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/fcron/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/fcron/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/fcron/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 24 Jan 2008 19:14:27 -0000 1.55
+++ ChangeLog 25 Jan 2008 18:13:19 -0000 1.56
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/fcron
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.55 2008/01/24 19:14:27 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.56 2008/01/25 18:13:19 wschlich Exp $
+
+ 25 Jan 2008; Wolfram Schlich <wschlich@g.o> fcron-3.0.4.ebuild:
+ fixed unquoted variables
24 Jan 2008; Dawid Węgliński <cla@g.o> fcron-3.0.4.ebuild:
Stable on x86 (bug #207266)
--
gentoo-commits@g.o mailing list
|