summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2008-02-22 14:50:23 +0000
committerAlexander Larsson <alexl@src.gnome.org>2008-02-22 14:50:23 +0000
commit3d39eef192c36ff03174e853a4c5b431c3a8a374 (patch)
tree951f5660ccf71e491fa5f836996efd6a05681d29
parent150b9f4a460d877bb04b60c49d445b195a0a05d5 (diff)
downloadgvfs-3d39eef192c36ff03174e853a4c5b431c3a8a374.tar.gz
Correct type and exec name
2008-02-22 Alexander Larsson <alexl@redhat.com> * daemon/dns-sd.mount.in: Correct type and exec name svn path=/trunk/; revision=1337
-rw-r--r--ChangeLog5
-rw-r--r--daemon/dns-sd.mount.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ce9c0ef..4c2d9f78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-02-22 Alexander Larsson <alexl@redhat.com>
+ * daemon/dns-sd.mount.in:
+ Correct type and exec name
+
+2008-02-22 Alexander Larsson <alexl@redhat.com>
+
* common/gmounttracker.c:
Unlock lock if returning early.
diff --git a/daemon/dns-sd.mount.in b/daemon/dns-sd.mount.in
index 4e02907d..1224ae69 100644
--- a/daemon/dns-sd.mount.in
+++ b/daemon/dns-sd.mount.in
@@ -1,4 +1,4 @@
[Mount]
-Type=network
-Exec=@libexecdir@/gvfsd-network
+Type=dns-sd
+Exec=@libexecdir@/gvfsd-dnssd
AutoMount=true