summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2000-12-22 23:14:33 +0000
committerDaniel Robbins <drobbins@gentoo.org>2000-12-22 23:14:33 +0000
commit8ca90fea38f3854a131a91effbf8233cbeda1fb1 (patch)
tree6f6ca87d2acaf0c3a7c38317b4528517ae30c38f /sys-apps/dcron
parentadded /var/shm (important for 2.4 series kernels) (diff)
downloadhistorical-8ca90fea38f3854a131a91effbf8233cbeda1fb1.tar.gz
historical-8ca90fea38f3854a131a91effbf8233cbeda1fb1.tar.bz2
historical-8ca90fea38f3854a131a91effbf8233cbeda1fb1.zip
dcron is in the house
Diffstat (limited to 'sys-apps/dcron')
-rw-r--r--sys-apps/dcron/dcron-2.7.ebuild7
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]