Opened 20 years ago

Closed 20 years ago

Last modified 19 years ago

#1265 closed defect (fixed)

Anacron installs misconfigured sample anacrontab file for Panther

Reported by: johnl@… Owned by: bchesneau@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

The file "anacrontab.sample" that comes with the anacron port tries to run the tasks cron.{daily,weekly,monthly} by executing:

nice run-parts --report PREFIX/etc/cron...

However, "run-parts" does not exist on my Panther system. In digging around and looking at the system-standard /etc/crontab file, it seems that the right command is "periodic". So those three lines should be changed to:

periodic PREFIX/etc/cron...

Hope this helps.

Change History (2)

comment:1 Changed 20 years ago by olegb@…

Owner: changed from darwinports-bugs@… to bchesneau@…

assigning the bug to the maintainer

comment:2 Changed 20 years ago by rshaw@…

Resolution: fixed
Status: newclosed

Fix for this was comitted yesterday. A basic run-parts script was added to allow use of either method (periodic or run-parts). -rshaw

Note: See TracTickets for help on using tickets.