|
From: Joe Z. <jz...@co...> - 2004-03-28 19:11:42
|
Rene Rask wrote: >>Basically I did this so 1) check_loop doesn't have to run every 5 >>minutes, 2) cmdloop is started at bootup, 3) cmdloop is started during >>'make install', 4) cmdloop can be started and stopped manually. >> >> >> > >2 things. Does check_loop go away entirely? > Yes. > Does "make uninstall" stop the cmdloop? > Yes, in both the old and new versions. > >It sounds like good work. > It should be more consistent with normal services, though cmdloop isn't a true daemon. I tried to write the /etc/init.d/cmdloopd so it didn't rely on redhat specific functions and hopefully will work on all linux-type platforms. I'm hoping to check it in today. Then if it works ok maybe we'll do release 0.6.2 . Joe |