diff options
author | Donny Davies <woodchip@gentoo.org> | 2001-09-04 01:20:30 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2001-09-04 01:20:30 +0000 |
commit | ff8c45aaffe0685c402f5d341b984b772e830e9f (patch) | |
tree | e7b6a63625ed3dbb9bb60a4f5af109d961231970 /app-admin | |
parent | moved the ones with rc6 init scripts to the bottom; hope thats OK (diff) | |
download | historical-ff8c45aaffe0685c402f5d341b984b772e830e9f.tar.gz historical-ff8c45aaffe0685c402f5d341b984b772e830e9f.tar.bz2 historical-ff8c45aaffe0685c402f5d341b984b772e830e9f.zip |
hmm the daemon wouldnt start for lack of a /var/spool/fcron. fixed.
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/fcron/fcron-1.1.1-r6.ebuild | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/app-admin/fcron/fcron-1.1.1-r6.ebuild b/app-admin/fcron/fcron-1.1.1-r6.ebuild index 500c89429c6c..7ebfcec8a7d8 100644 --- a/app-admin/fcron/fcron-1.1.1-r6.ebuild +++ b/app-admin/fcron/fcron-1.1.1-r6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Jerry A! <jerry@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-admin/fcron/fcron-1.1.1-r6.ebuild,v 1.1 2001/09/03 21:22:27 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/fcron/fcron-1.1.1-r6.ebuild,v 1.2 2001/09/04 01:20:30 woodchip Exp $ S=${WORKDIR}/${P} DESCRIPTION="A replacement for vcron" @@ -33,18 +33,14 @@ src_install() { dodir /usr/bin dodir /usr/sbin dodir /usr/share/man{1,8} + diropts -m 0770 -o root -g cron dodir /var/spool/fcron - fperms 0770 /var/spool/fcron - fowners root.cron /var/spool/fcron - insinto /usr/bin insopts -o cron -g cron -m 6111 doins fcrontab - insopts -o root -g root -m 6111 doins fcronsighup - insinto /usr/sbin insopts -o root -g root -m 0110 doins fcron @@ -56,12 +52,12 @@ src_install() { cd ${S}/doc dodoc CHANGES README LICENSE MANIFEST VERSION + dodoc ../files/fcron.conf docinto html dodoc *.html doman *.{1,8} - insinto /etc/init.d - insopts -m 0755 - newins ${FILESDIR}/fcron.rc6 fcron + exeinto /etc/init.d + newexe ${FILESDIR}/fcron.rc6 fcron } |