diff options
author | Jerry Alexandratos <jerry@gentoo.org> | 2001-01-15 07:15:39 +0000 |
---|---|---|
committer | Jerry Alexandratos <jerry@gentoo.org> | 2001-01-15 07:15:39 +0000 |
commit | 33c55e4db880670a3a4c2e6c1f6867bc770411e9 (patch) | |
tree | 569928cc9b3a0aa23e00398b12a8a234a4be8bf8 /sys-apps | |
parent | Added /etc/env.d/90enlightenment and /usr/X11R6/bin/wm/enlightenment (diff) | |
download | historical-33c55e4db880670a3a4c2e6c1f6867bc770411e9.tar.gz historical-33c55e4db880670a3a4c2e6c1f6867bc770411e9.tar.bz2 historical-33c55e4db880670a3a4c2e6c1f6867bc770411e9.zip |
Changed permissions of /usr/bin/crontab from 4750 to 4755.
This should allow users to "crontab -e" and edit their personal tab
files.
Removed old files as part of standard housecleaning...
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/dcron/dcron-2.7-r2.ebuild (renamed from sys-apps/dcron/dcron-2.7-r1.ebuild) | 4 | ||||
-rw-r--r-- | sys-apps/dcron/files/digest-dcron-2.7-r2 (renamed from sys-apps/dcron/files/digest-dcron-2.7) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/dcron/dcron-2.7-r1.ebuild b/sys-apps/dcron/dcron-2.7-r2.ebuild index 247e839e5c82..f82e84d9739a 100644 --- a/sys-apps/dcron/dcron-2.7-r1.ebuild +++ b/sys-apps/dcron/dcron-2.7-r2.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-r1.ebuild,v 1.1 2001/01/10 07:05:03 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/dcron-2.7-r2.ebuild,v 1.1 2001/01/15 07:15:39 jerry Exp $ A=dcron27.tgz S=${WORKDIR}/dcron @@ -23,7 +23,7 @@ src_install() { 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 + chmod 4755 ${D}/usr/bin/crontab doman *.[18] diropts -m0750 dodir /var/spool/cron/crontabs /var/cron/lastrun diff --git a/sys-apps/dcron/files/digest-dcron-2.7 b/sys-apps/dcron/files/digest-dcron-2.7-r2 index d7f67342a50f..d7f67342a50f 100644 --- a/sys-apps/dcron/files/digest-dcron-2.7 +++ b/sys-apps/dcron/files/digest-dcron-2.7-r2 |