From: Chengwei Yang Date: Tue, 2 Jul 2013 05:31:38 +0000 (+0800) Subject: DBus Spec: Fix sample service file X-Git-Tag: dbus-1.7.6~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bb8b5629382f346f55e67cf466784b68dbe00ae;p=thirdparty%2Fdbus.git DBus Spec: Fix sample service file There are two errors in the sample service file. First, a typo, Names should be Name. Second, can not specify multiple names. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=66481 Signed-off-by: Chengwei Yang Reviewed-by: Simon McVittie --- diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 4eaa72060..65abd29fd 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -4659,7 +4659,7 @@ # Sample service description file [D-BUS Service] - Names=org.freedesktop.ConfigurationDatabase;org.gnome.GConf; + Name=org.freedesktop.ConfigurationDatabase Exec=/usr/libexec/gconfd-2