diff options
-rw-r--r-- | sys-apps/vixie-cron/vixie-cron-4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/vixie-cron/vixie-cron-4.1.ebuild b/sys-apps/vixie-cron/vixie-cron-4.1.ebuild index 7016cc2fe5df..03e78e651c2a 100644 --- a/sys-apps/vixie-cron/vixie-cron-4.1.ebuild +++ b/sys-apps/vixie-cron/vixie-cron-4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/vixie-cron-4.1.ebuild,v 1.2 2004/08/27 22:57:25 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vixie-cron/vixie-cron-4.1.ebuild,v 1.3 2004/08/27 22:59:00 ciaranm Exp $ inherit eutils @@ -49,7 +49,7 @@ src_compile() { } src_install() { - #this does not work if the directory exists already + # this does not work if the directory exists already diropts -m0750 -o root -g cron dodir /var/spool/cron/crontabs keepdir /var/spool/cron/crontabs/ |