sumityadav / cronnix

Automatically exported from code.google.com/p/cronnix
2 stars 0 forks source link

edit system crontab in 10.6 #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. launch cronnix on a 10.6 server
2. Select File>Open System Crontab
3. Nothing happens

What is the expected output? 
A new window opens with the cron file for the system

What do you see instead?
No change

What version of the product are you using? On what operating system?
Cronnix 3.0.2  System 10.6.2

Please provide any additional information below.
If this will not work, can someone help me create a system cron file

Original issue reported on code.google.com by timcr...@gmail.com on 10 Feb 2010 at 10:16

GoogleCodeExporter commented 8 years ago
Cron's been deprecated since 10.5, I believe, and new systems seem to come 
without 
a system crontab. I just tried 

sudo touch /etc/crontab

to create one and CronniX happily shows the system crontab afterwards. I 
believe 
tasks are still being triggered even though the maintenance stuff was moved to 
launchd.

Sven

Original comment by sven.a.s...@gmail.com on 11 Feb 2010 at 7:08

GoogleCodeExporter commented 8 years ago
D'Oh! Never thought to just use touch. Although I wasn't sure where to put the 
file. So Thanks for the help. In the 
meantime, I did what Apple wants, and made a launch Daemon (using Lingon).
It apparently worked. So happy either way.

Original comment by timcr...@gmail.com on 11 Feb 2010 at 10:47

GoogleCodeExporter commented 8 years ago

Original comment by sven.a.s...@gmail.com on 3 Nov 2010 at 10:45