diff options
author | 2004-08-27 22:59:00 +0000 | |
---|---|---|
committer | 2004-08-27 22:59:00 +0000 | |
commit | d842cbbe71eec40794e2902a33a9d232c0ba55b4 (patch) | |
tree | ac4e8c4ceffc7d781e1bb8a73903daee02b9e855 /sys-apps | |
parent | fix up dodoc (thanks langthang) (diff) | |
download | gentoo-2-d842cbbe71eec40794e2902a33a9d232c0ba55b4.tar.gz gentoo-2-d842cbbe71eec40794e2902a33a9d232c0ba55b4.tar.bz2 gentoo-2-d842cbbe71eec40794e2902a33a9d232c0ba55b4.zip |
bad repoman! no cookie!
Diffstat (limited to 'sys-apps')
-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/ |