[gnome-system-tools] Add nfs-common and nfs-server to the services list



commit d3f9253858d70c5372a78f15e1cfe6cb386c87cb
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Sat Feb 13 00:19:29 2010 +0100

    Add nfs-common and nfs-server to the services list
    
    These are the names of NFS services on ArchLinux. Adding them to service roles is required to find the right description in services-admin, and to detect NTP support in shares-admin.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=609678

 src/common/gst-service-role.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/common/gst-service-role.c b/src/common/gst-service-role.c
index 8a7b0b5..5d43115 100644
--- a/src/common/gst-service-role.c
+++ b/src/common/gst-service-role.c
@@ -146,7 +146,9 @@ static ServiceRole services[] = {
 	{ "nessusd",                GST_ROLE_SECURITY_AUDITING },
 	{ "network/nfs/server",     GST_ROLE_FILE_SERVER_NFS },
 	{ "nfs",                    GST_ROLE_FILE_SERVER_NFS },
+	{ "nfs-common",             GST_ROLE_FILE_SERVER_NFS },
 	{ "nfs-kernel-server",      GST_ROLE_FILE_SERVER_NFS },
+	{ "nfs-server",             GST_ROLE_FILE_SERVER_NFS },
 	{ "nfs-user-server",        GST_ROLE_FILE_SERVER_NFS },
 	{ "nginx",                  GST_ROLE_WEB_SERVER },
 	{ "nis",                    GST_ROLE_NSS },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]