Author: jerry Date: 2005-11-07 22:17:03 +0000 (Mon, 07 Nov 2005) New Revision: 11563
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11563 Log: adding perfcountd init script to known services Modified: trunk/source/services/services_db.c Changeset: Modified: trunk/source/services/services_db.c =================================================================== --- trunk/source/services/services_db.c 2005-11-07 22:09:08 UTC (rev 11562) +++ trunk/source/services/services_db.c 2005-11-07 22:17:03 UTC (rev 11563) @@ -71,6 +71,7 @@ { "apache", NULL, "HTTP Server", NULL }, { "autofs", NULL, "Automounter", NULL }, { "squid", NULL, "Web Cache Proxy ", NULL }, + { "perfcountd", NULL, "Performance Monitoring Daemon", NULL }, { NULL, NULL, NULL, NULL } };
