Renat Golubchyk wrote:
http://www.gentoo.org/doc/en/cron-guide.xml

BTW ... following this document explicity ... it is still not working.

$ ps ax | grep cron
3469 ?        Ss     0:00 /usr/sbin/cron
3515 pts/0    S+     0:00 grep cron

$ ls -ld /etc/cron*
-rw-r--r--  1 root root   12 Mar 24 13:35 /etc/cron.allow
drwxr-xr-x  2 root root 4096 Mar 15 15:11 /etc/cron.d
drwxr-xr-x  2 root root 4096 Mar 23 08:53 /etc/cron.daily
-rw-r--r--  1 root root  220 Mar 18 20:48 /etc/cron.deny
drwxr-xr-x  2 root root 4096 Feb 13 18:03 /etc/cron.hourly
drwxr-xr-x  2 root root 4096 Feb 13 18:03 /etc/cron.monthly
drwxr-xr-x  2 root root 4096 Mar 19 10:41 /etc/cron.weekly
-rw-r--r--  1 root root  616 Mar 19 10:43 /etc/crontab

$ cat /etc/cron.allow
myuser

$ cat /etc/cron.deny
# $Id: vixie-cron-4.1-cron.deny,v 1.1 2005/03/04 23:59:48 ciaranm Exp $
# If for any reason you have users in the 'cron' group who should not
# be allowed to run crontab, add them to this file (one username per
# line)

$ cat /etc/group | grep cron
cron:x:16:myuser

--
gentoo-user@gentoo.org mailing list

Reply via email to