Patches item #826011, was opened at 2003-10-18 10:29 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=313751&aid=826011&group_id=13751
Category: packages Group: None Status: Open Resolution: None Priority: 5 Submitted By: Eric Schendel (esche) Assigned to: Nobody/Anonymous (nobody) Summary: ntpsimpl cron problem Initial Comment: For Bering uclibc 2.0-rc2 (maybe before), the ntpsimpl daily script errors out which causes none of the other scripts to run. Maybe the cron script should handle this, but I have the ntpsimpl solution: change rm `find /var/log/ntpstats -type f -mtime +7` to oldfiles=`find /var/log/ntpstats -type f -mtime +7` if [ "$oldfiles" != ""] then rm $oldfiles fi I am sure a script guru can make this a one liner or worst case two. I noticed this problem because on initial startup of the firewall shorewall would not rotate until 7 days after. Bering-uclibc is the best! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=313751&aid=826011&group_id=13751 ------------------------------------------------------- This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo The Event For Linux Datacenter Solutions & Strategies in The Enterprise Linux in the Boardroom; in the Front Office; & in the Server Room http://www.enterpriselinuxforum.com _______________________________________________ leaf-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-devel