[EMAIL PROTECTED] said:
> If I'm not mistaking, e-smith does this once a week. And I believe there is a 'bug' here in 'e-smith-base-4.6.1-17' as well: ---BEGIN--- [root@sme5 cron.weekly]# ll /etc/cron.weekly -rw-r--r-- 1 root root 59 Sep 27 14:10 refresh-ddns [root@sme5 cron.weekly]# cat refresh-ddns #! /bin/bash exec /sbin/e-smith/events/actions/update-dns [root@sme5 cron.weekly]# exec /sbin/e-smith/events/actions/update-dns bash: /sbin/e-smith/events/actions/update-dns: No such file or directory bash: exec: /sbin/e-smith/events/actions/update-dns: cannot execute: No such file or directory [root@sme5 cron.weekly]# rpm -qf refresh* e-smith-base-4.6.1-17 ---END--- I think it should be changed to: [root@sme5 cron.weekly]# cat refresh-ddns #! /bin/bash exec /etc/e-smith/events/actions/update-dns Regards, -- Darrell May DMC Netsourced.com http://netsourced.com http://myEZserver.com -- Please report bugs to [EMAIL PROTECTED] Please mail [EMAIL PROTECTED] (only) to discuss security issues Support for registered customers and partners to [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org
