[gvfs] Rename gvfs-fuse-daemon to gvfsd-fuse
- From: Tomas Bzatek <tbzatek src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs] Rename gvfs-fuse-daemon to gvfsd-fuse
- Date: Mon, 30 Jul 2012 15:24:46 +0000 (UTC)
commit b1fd82b01d24859707d40f19782c5ee02123d6cb
Author: Tomas Bzatek <tbzatek redhat com>
Date: Mon Jul 30 17:21:32 2012 +0200
Rename gvfs-fuse-daemon to gvfsd-fuse
...to stay consistent with the rest of the daemons.
https://bugzilla.gnome.org/show_bug.cgi?id=680819
client/Makefile.am | 8 ++++----
daemon/main.c | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/client/Makefile.am b/client/Makefile.am
index 356ca32..ba7fea2 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -66,19 +66,19 @@ if USE_FUSE
## FUSE daemon
-libexec_PROGRAMS = gvfs-fuse-daemon
+libexec_PROGRAMS = gvfsd-fuse
-gvfs_fuse_daemon_SOURCES = \
+gvfsd_fuse_SOURCES = \
gvfsfusedaemon.c
-gvfs_fuse_daemon_CFLAGS = \
+gvfsd_fuse_CFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/common \
$(GLIB_CFLAGS) $(DBUS_CFLAGS) $(FUSE_CFLAGS) \
-UG_LOG_DOMAIN -DG_LOG_DOMAIN=\"GVFS-FUSE\" \
-DDBUS_API_SUBJECT_TO_CHANGE
-gvfs_fuse_daemon_LDADD = \
+gvfsd_fuse_LDADD = \
$(top_builddir)/common/libgvfscommon.la \
$(GLIB_LIBS) $(DBUS_LIBS) $(FUSE_LIBS)
diff --git a/daemon/main.c b/daemon/main.c
index de16ed8..1ec1eb4 100644
--- a/daemon/main.c
+++ b/daemon/main.c
@@ -121,7 +121,7 @@ main (int argc, char *argv[])
/* pthread_create() produce an undefined result accoring to */
/* Opengroup. On system with the uClibc library this will badly */
/* hang the process. */
- argv2[0] = LIBEXEC_DIR "/gvfs-fuse-daemon";
+ argv2[0] = LIBEXEC_DIR "/gvfsd-fuse";
argv2[1] = "-f";
argv2[2] = fuse_path;
argv2[3] = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]