diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-18 21:18:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-18 21:18:43 +0000 |
commit | 11e84f07b1b0d10dc014c5c7e3997f0deebd7bc7 (patch) | |
tree | d944cbe1c0c25db2c916c455da11b593fc4285dc | |
parent | s390 specific fixes to close bug 47903 (Manifest recommit) (diff) | |
download | gentoo-2-11e84f07b1b0d10dc014c5c7e3997f0deebd7bc7.tar.gz gentoo-2-11e84f07b1b0d10dc014c5c7e3997f0deebd7bc7.tar.bz2 gentoo-2-11e84f07b1b0d10dc014c5c7e3997f0deebd7bc7.zip |
use generic crontab access control (cron group) #37904
-rw-r--r-- | sys-apps/fcron/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/fcron/files/fcron.allow | 4 | ||||
-rw-r--r-- | sys-apps/fcron/files/fcron.deny | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/sys-apps/fcron/ChangeLog b/sys-apps/fcron/ChangeLog index 294ee6e15972..baf51885af22 100644 --- a/sys-apps/fcron/ChangeLog +++ b/sys-apps/fcron/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/fcron # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/ChangeLog,v 1.21 2004/04/10 02:50:55 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/ChangeLog,v 1.22 2004/04/18 21:18:42 vapier Exp $ + + 18 Apr 2004; Mike Frysinger <vapier@gentoo.org> : + Change the default fcron.{allow,deny} files to allow everyone so that + the generic Gentoo situation of using a cron group to handle access + control works seemlessly #37904 Klaus-J. Wolf. 09 Apr 2004; Joshua Kinard <kumba@gentoo.org> fcron-2.0.0-r4.ebuild: Marked stable on mips. diff --git a/sys-apps/fcron/files/fcron.allow b/sys-apps/fcron/files/fcron.allow index 43dec428546e..6c4dac613630 100644 --- a/sys-apps/fcron/files/fcron.allow +++ b/sys-apps/fcron/files/fcron.allow @@ -1,10 +1,10 @@ # /etc/fcron/fcron.allow # -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/files/fcron.allow,v 1.1 2002/11/20 18:33:34 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/files/fcron.allow,v 1.2 2004/04/18 21:18:43 vapier Exp $ # # List here every users who are allowed to use fcron/fcrontab. # You must put one name by line. # The word "all" means that every users that are not in fcron.deny # are allowed to use that softwares ( should be put on the top ). -root +all diff --git a/sys-apps/fcron/files/fcron.deny b/sys-apps/fcron/files/fcron.deny index aaa26aaee3ec..e33daed82f20 100644 --- a/sys-apps/fcron/files/fcron.deny +++ b/sys-apps/fcron/files/fcron.deny @@ -1,10 +1,8 @@ # /etc/fcron/fcron.deny # -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/files/fcron.deny,v 1.1 2002/11/20 18:33:34 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fcron/files/fcron.deny,v 1.2 2004/04/18 21:18:43 vapier Exp $ # # List here every users who are not allowed to use fcron/fcrontab. # You must put one name by line. # The word "all" means that every users that are not in fcron.allow # are not allowed to use that softwares ( should be put on the top ). - -all |