root/trunk/freewrt/package/busybox/patches/200-etc_crontabs.patch

Revision 3294, 1.0 kB (checked in by tg, 5 years ago)

add comments to some of the diffs

  • busybox-1.4.1/miscutils/crond.c

    old new  
    1818#define arysize(ary)    (sizeof(ary)/sizeof((ary)[0])) 
    1919 
    2020#ifndef CRONTABS 
    21 #define CRONTABS        "/var/spool/cron/crontabs" 
     21#define CRONTABS        "/etc/crontabs" 
    2222#endif 
    2323#ifndef TMPDIR 
    2424#define TMPDIR          "/var/spool/cron" 
  • busybox-1.4.1/miscutils/crontab.c

    old new  
    1313#include "busybox.h" 
    1414 
    1515#ifndef CRONTABS 
    16 #define CRONTABS        "/var/spool/cron/crontabs" 
     16#define CRONTABS        "/etc/crontabs" 
    1717#endif 
    1818#ifndef TMPDIR 
    1919#define TMPDIR          "/var/spool/cron" 
Note: See TracBrowser for help on using the browser.