diff options
author | Gerald Carter <jerry@samba.org> | 2005-11-08 16:33:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:05:21 -0500 |
commit | 77460a90756dcaa54ec12bbcd30a5266286103d7 (patch) | |
tree | aac95461d5cf4b3c0d9dc450bb78e8c2f6fef2d9 /source3/services | |
parent | 38b54d063d7fd262902324e5da15205542878adf (diff) | |
download | samba-77460a90756dcaa54ec12bbcd30a5266286103d7.tar.gz |
r11579: syncing up perf counter code cfrom trunk
(This used to be commit 59c00924b67aa3d37a933731a56d03963ec7f1b5)
Diffstat (limited to 'source3/services')
-rw-r--r-- | source3/services/services_db.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/services/services_db.c b/source3/services/services_db.c index 477bf4e2699..5c87225f573 100644 --- a/source3/services/services_db.c +++ b/source3/services/services_db.c @@ -71,6 +71,7 @@ struct service_display_info common_unix_svcs[] = { { "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 } }; |