summaryrefslogtreecommitdiff
path: root/app-admin/gkrellm/files/gkrellm-2.3.5-cifs.patch
blob: fa35ef672798057e2a339b7d42850034489ebeaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- gkrellm-2.3.5.old/server/monitor.c	2010-10-06 03:46:59.000000000 +1100
+++ gkrellm-2.3.5/server/monitor.c	2011-11-24 02:01:30.871402778 +1100
@@ -1329,7 +1329,8 @@
 static gchar *remote_fs_types[] =
 	{
 	"nfs",
-	"smbfs"
+	"smbfs",
+	"cifs"
 	};
 
 void
--- gkrellm-2.3.5.old/src/fs.c	2010-09-15 02:25:51.000000000 +1000
+++ gkrellm-2.3.5/src/fs.c	2011-11-24 02:00:17.347088370 +1100
@@ -163,7 +163,8 @@
 static gchar *remote_fs_types[]	=
 	{
 	"nfs",
-	"smbfs"
+	"smbfs",
+	"cifs"
 	};