Re: Moving cron job from daily to weekly

2011-12-02 Thread Arno Töll
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Tomasz, On 02.12.2011 09:54, Tomasz Muras wrote: > If a package installs cronjob in (say) /etc/cron.daily but administrator > wants to move that into "weekly" job - would it be OK for him to simply > move the configuration file from /etc/cron.da

Re: Moving cron job from daily to weekly

2011-12-02 Thread Richard Laager
Perhaps you should use a cron.d file instead, as the admin could edit that. Richard -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1322845599.23885.17.ca...@water

Re: Moving cron job from daily to weekly

2011-12-02 Thread Igor Pashev
02.12.2011 12:54, Tomasz Muras пишет: > Hello, > > If a package installs cronjob in (say) /etc/cron.daily but administrator > wants to move that into "weekly" job - would it be OK for him to simply > move the configuration file from /etc/cron.daily to /etc/cron.weekly? Or > do you think it may cau

Moving cron job from daily to weekly

2011-12-02 Thread Tomasz Muras
Hello, If a package installs cronjob in (say) /etc/cron.daily but administrator wants to move that into "weekly" job - would it be OK for him to simply move the configuration file from /etc/cron.daily to /etc/cron.weekly? Or do you think it may cause the problems for the package upgrade - and if s