Re: [PATCH] gkrellm doesn't treat cifs as a network filesystem
Stefan Gehn <[email protected]> Sat, 20 Jul 2013 14:06:29 +0200
| Newsgroups | gmane.comp.gnome.apps.gkrellm |
|---|---|
| Message-ID | <[email protected]> |
On 05/15/2012 08:43 PM, Gerard Neil wrote:
>
> --- 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"
> };
>
Applied a slightly changed version of this patch, thanks for submitting
this as well.
Regards,
Stefan Gehn