diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-12-22 23:14:33 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-12-22 23:14:33 +0000 |
commit | ef9d1e7275b08e651e3d70bbf1875004c9a2f779 (patch) | |
tree | 7bd49ea1e76eb951fdbb0443faf3a72f96324655 /sys-apps/dcron | |
parent | added /var/shm (important for 2.4 series kernels) (diff) | |
download | gentoo-2-ef9d1e7275b08e651e3d70bbf1875004c9a2f779.tar.gz gentoo-2-ef9d1e7275b08e651e3d70bbf1875004c9a2f779.tar.bz2 gentoo-2-ef9d1e7275b08e651e3d70bbf1875004c9a2f779.zip |
dcron is in the house
Diffstat (limited to 'sys-apps/dcron')
-rw-r--r-- | sys-apps/dcron/dcron-2.7.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/dcron/dcron-2.7.ebuild b/sys-apps/dcron/dcron-2.7.ebuild index 6355bd118258..6577bc56b585 100644 --- a/sys-apps/dcron/dcron-2.7.ebuild +++ b/sys-apps/dcron/dcron-2.7.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/dcron-2.7.ebuild,v 1.1 2000/12/22 20:59:36 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/dcron-2.7.ebuild,v 1.2 2000/12/22 23:14:33 drobbins Exp $ A=dcron27.tgz S=${WORKDIR}/dcron @@ -17,10 +17,11 @@ src_compile() { } src_install() { + #to use cron, you must be part of the "cron" group dobin crontab dosbin crond - chown root.wheel /usr/sbin/crond - chown root.cron /usr/bin/crontab + chown root.wheel ${D}/usr/sbin/crond + chown root.cron ${D}/usr/bin/crontab chmod 700 ${D}/usr/sbin/crond chmod 4750 ${D}/usr/bin/crontab doman *.[18] |