Bugs item #651955, was opened at 2002-12-11 11:00 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113751&aid=651955&group_id=13751
Category: Release/Branch: Bering Group: None Status: Open Resolution: None Priority: 5 Submitted By: Ian Abbott (ijabbott) Assigned to: Jacques Nilo (jnilo) Summary: Bering 1.0 ntpstats cron problems Initial Comment: The ntpstats log cycling doesn't work very well, mostly due to bugs and deficiencies in the BusyBox 'find' command used in the /etc/cron.daily/ntpsimpl script. First of all, it doesn't implement the -exec option, so I guess it should be changed to use xargs. Secondly, the implementation of the -mtime option is wrong in that the +n and -n options do the opposite of what they are meant to! The script is correct in using -mtime +7, but this causes BusyBox's 'find' to select the wrong set of files. I guess this should be a BusyBox fix, rather than a script fix. I would suggest that the script not be fixed to use xargs until the BusyBox find command's -mtime option is fixed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113751&aid=651955&group_id=13751 ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ leaf-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-devel
