Index: clinkc/src/cybergarage/http/chttp_packet.c =================================================================== --- clinkc.orig/src/cybergarage/http/chttp_packet.c 2014-07-11 15:11:56.822851826 +0800 +++ clinkc/src/cybergarage/http/chttp_packet.c 2014-07-11 15:13:14.025934616 +0800 @@ -735,8 +735,8 @@ if(buflen >= get_free_memory()){ system("/usr/sbin/logrotate /etc/logrotate.d/sys_logrotate.conf"); if(buflen >= get_free_memory()){ - system("rm *.1"); - system("rm zcfg.log"); + system("rm /var/log/*.1"); + system("rm /var/log/zcfg.log"); if(buflen >= get_free_memory()){ return FALSE; }